| 1 | <?php |
||
| 13 | class LockoutServiceProvider extends ServiceProvider |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * Bootstrap the application services. |
||
| 17 | */ |
||
| 18 | 14 | public function boot() |
|
| 28 | |||
| 29 | /** |
||
| 30 | * Register the application services. |
||
| 31 | */ |
||
| 32 | 14 | public function register() |
|
| 42 | |||
| 43 | 14 | protected function registerBladeExtensions() |
|
| 53 | } |
||
| 54 |