We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| 1 | <?php |
||
| 10 | class PermissionManagerServiceProvider extends ServiceProvider |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * Indicates if loading of the provider is deferred. |
||
| 14 | * |
||
| 15 | * @var bool |
||
| 16 | */ |
||
| 17 | protected $defer = false; |
||
| 18 | /** |
||
| 19 | * Perform post-registration booting of services. |
||
| 20 | * |
||
| 21 | * @return void |
||
| 22 | */ |
||
| 23 | public function boot() |
||
| 35 | /** |
||
| 36 | * Define the routes for the application. |
||
| 37 | * |
||
| 38 | * @param \Illuminate\Routing\Router $router |
||
| 39 | * @return void |
||
| 40 | */ |
||
| 41 | public function setupRoutes(Router $router) |
||
| 48 | /** |
||
| 49 | * Register any package services. |
||
| 50 | * |
||
| 51 | * @return void |
||
| 52 | */ |
||
| 53 | public function register() |
||
| 63 | |||
| 64 | } |