| Total Complexity | 1 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 9 | class AuthServiceProvider extends ServiceProvider |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * The policy mappings for the application. |
||
| 13 | * |
||
| 14 | * @var array |
||
| 15 | */ |
||
| 16 | protected $policies = [ |
||
| 17 | // 'App\Model' => 'App\Policies\ModelPolicy', |
||
| 18 | ]; |
||
| 19 | |||
| 20 | /** |
||
| 21 | * Register any authentication / authorization services. |
||
| 22 | * |
||
| 23 | * @return void |
||
| 24 | */ |
||
| 25 | public function boot() |
||
| 32 |