mirror of
https://github.com/jespanag/Laravel-Proxy-Helper.git
synced 2025-04-04 17:49:05 +00:00
Create ProxyHelperFacade.php
This commit is contained in:
parent
591873bc73
commit
5d2085e5c0
12
ProxyHelperFacade.php
Normal file
12
ProxyHelperFacade.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace App\Helpers;
|
||||
|
||||
use Illuminate\Support\Facades\Facade;
|
||||
|
||||
class ProxyHelperFacade extends Facade {
|
||||
|
||||
protected static function getFacadeAccessor(){
|
||||
return "ProxyHelper";
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user