Aligned facade accessor
This commit is contained in:
parent
e2fa6d83c6
commit
e4660a5ba2
|
@ -1,5 +1,6 @@
|
|||
<?php namespace BookStack\Facades;
|
||||
|
||||
use BookStack\Theming\ThemeService;
|
||||
use Illuminate\Support\Facades\Facade;
|
||||
|
||||
class Theme extends Facade
|
||||
|
@ -11,6 +12,6 @@ class Theme extends Facade
|
|||
*/
|
||||
protected static function getFacadeAccessor()
|
||||
{
|
||||
return 'theme';
|
||||
return ThemeService::class;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue