]> BookStack Code Mirror - bookstack/blob - app/Services/Facades/Setting.php
Polish translation
[bookstack] / app / Services / Facades / Setting.php
1 <?php namespace BookStack\Services\Facades;
2
3
4 use Illuminate\Support\Facades\Facade;
5
6 class Setting extends Facade
7 {
8     /**
9      * Get the registered name of the component.
10      *
11      * @return string
12      */
13     protected static function getFacadeAccessor() { return 'setting'; }
14 }