1 <?php namespace BookStack\Facades;
3 use BookStack\Theming\ThemeService;
4 use Illuminate\Support\Facades\Facade;
6 class Theme extends Facade
9 * Get the registered name of the component.
13 protected static function getFacadeAccessor()
15 return ThemeService::class;