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