Without share.
This commit is contained in:
14
src/Facades/Settings.php
Executable file
14
src/Facades/Settings.php
Executable file
@ -0,0 +1,14 @@
|
||||
<?php namespace Efriandika\LaravelSettings\Facades;
|
||||
|
||||
use Illuminate\Support\Facades\Facade;
|
||||
|
||||
class Settings extends Facade {
|
||||
|
||||
/**
|
||||
* Get the registered name of the component.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
protected static function getFacadeAccessor() { return 'settings'; }
|
||||
|
||||
}
|
Reference in New Issue
Block a user