Total Complexity | 5 |
Total Lines | 30 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php namespace GeneaLabs\LaravelAuthorizationAddons\Providers; |
||
8 | class Service extends ServiceProvider |
||
9 | { |
||
10 | protected $defer = false; |
||
11 | |||
12 | protected function registerBladeDirective(string $directive, string $alias = null) |
||
24 | }); |
||
25 | } |
||
26 | |||
27 | public function boot() |
||
33 | } |
||
34 | |||
35 | public function provides() : array |
||
40 |