author | Chloe Laisne <chloe.laisne@gmail.com> |
Sat, 15 Oct 2016 16:15:07 +0530 | |
changeset 336 | f076ddd29e13 |
parent 139 | 8d688175513a |
permissions | -rw-r--r-- |
23 | 1 |
<?php |
2 |
namespace CorpusParole\Facades; |
|
3 |
||
4 |
use Illuminate\Support\Facades\Facade; |
|
5 |
||
6 |
class GuzzleFacade extends Facade { |
|
7 |
||
8 |
protected static function getFacadeAccessor() { |
|
139
8d688175513a
add proxy for bnf completion and sparql request + upgrade kernel + route
ymh <ymh.work@gmail.com>
parents:
23
diff
changeset
|
9 |
return 'Guzzle'; |
23 | 10 |
} |
11 |
||
12 |
} |