| 1 | <?php |
||
| 13 | class ServiceProvider extends BaseServiceProvider |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * Suplement the base provider with a different version of the widget factory |
||
| 17 | * |
||
| 18 | * @return nil|null |
||
| 19 | */ |
||
| 20 | public function register() |
||
| 31 | |||
| 32 | /** |
||
| 33 | * Register two additional blade directives |
||
| 34 | * |
||
| 35 | * @return nil|null |
||
| 36 | */ |
||
| 37 | public function boot() |
||
| 43 | } |
||
| 44 |