juanal98
5 years ago
committed by
GitHub
1 changed files with 12 additions and 0 deletions
@ -0,0 +1,12 @@ |
|||||
|
<?php |
||||
|
|
||||
|
namespace App\Helpers; |
||||
|
|
||||
|
use Illuminate\Support\Facades\Facade; |
||||
|
|
||||
|
class ProxyHelperFacade extends Facade { |
||||
|
|
||||
|
protected static function getFacadeAccessor(){ |
||||
|
return "ProxyHelper"; |
||||
|
} |
||||
|
} |
Loading…
Reference in new issue