Updating backend/facades
This commit is contained in:
parent
7148341b80
commit
ae1c9e95c2
|
|
@ -12,5 +12,8 @@ class Backend extends Facade
|
||||||
*
|
*
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
protected static function getFacadeAccessor() { return 'backend.helper'; }
|
protected static function getFacadeAccessor()
|
||||||
|
{
|
||||||
|
return 'backend.helper';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -12,5 +12,8 @@ class BackendAuth extends Facade
|
||||||
*
|
*
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
protected static function getFacadeAccessor() { return 'backend.auth'; }
|
protected static function getFacadeAccessor()
|
||||||
|
{
|
||||||
|
return 'backend.auth';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -12,5 +12,8 @@ class BackendMenu extends Facade
|
||||||
*
|
*
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
protected static function getFacadeAccessor() { return 'backend.menu'; }
|
protected static function getFacadeAccessor()
|
||||||
|
{
|
||||||
|
return 'backend.menu';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue