3 namespace BookStack\Facades;
5 use BookStack\Theming\ThemeService;
6 use Illuminate\Support\Facades\Facade;
8 class Theme extends Facade
11 * Get the registered name of the component.
15 protected static function getFacadeAccessor()
17 return ThemeService::class;