mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-02 21:59:06 +08:00
Aligned facade accessor
This commit is contained in:
parent
e2fa6d83c6
commit
e4660a5ba2
@ -1,5 +1,6 @@
|
|||||||
<?php namespace BookStack\Facades;
|
<?php namespace BookStack\Facades;
|
||||||
|
|
||||||
|
use BookStack\Theming\ThemeService;
|
||||||
use Illuminate\Support\Facades\Facade;
|
use Illuminate\Support\Facades\Facade;
|
||||||
|
|
||||||
class Theme extends Facade
|
class Theme extends Facade
|
||||||
@ -11,6 +12,6 @@ class Theme extends Facade
|
|||||||
*/
|
*/
|
||||||
protected static function getFacadeAccessor()
|
protected static function getFacadeAccessor()
|
||||||
{
|
{
|
||||||
return 'theme';
|
return ThemeService::class;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user