1 | <?php |
||
7 | class AclServiceProvider extends ServiceProvider |
||
8 | { |
||
9 | /** |
||
10 | * Bootstrap the application services. |
||
11 | * |
||
12 | */ |
||
13 | 57 | public function boot() |
|
19 | |||
20 | /** |
||
21 | * Register the application services. |
||
22 | * |
||
23 | * @return void |
||
24 | */ |
||
25 | 57 | public function register() |
|
29 | |||
30 | /** |
||
31 | * Publish all of our package files to the appropriate laravel app directories |
||
32 | */ |
||
33 | 57 | protected function publishFiles() |
|
39 | } |