]> BookStack Code Mirror - bookstack/blob - app/Facades/Theme.php
Fixed occurances of altered titles in search results
[bookstack] / app / Facades / Theme.php
1 <?php
2
3 namespace BookStack\Facades;
4
5 use BookStack\Theming\ThemeService;
6 use Illuminate\Support\Facades\Facade;
7
8 class Theme extends Facade
9 {
10     /**
11      * Get the registered name of the component.
12      *
13      * @return string
14      */
15     protected static function getFacadeAccessor()
16     {
17         return ThemeService::class;
18     }
19 }
Morty Proxy This is a proxified and sanitized view of the page, visit original site.