| Total Complexity | 2 |
| Total Lines | 18 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 19 | class AuthServiceProvider extends ServiceProvider |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * Register any application services. |
||
| 23 | * |
||
| 24 | * @return void |
||
| 25 | */ |
||
| 26 | public function register() |
||
| 28 | } |
||
| 29 | |||
| 30 | /** |
||
| 31 | * Boot the authentication services for the application. |
||
| 32 | * |
||
| 33 | * @return void |
||
| 34 | */ |
||
| 35 | public function boot() |
||
| 51 |