Total Complexity | 3 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
8 | class TailwindServiceProvider extends ServiceProvider |
||
9 | { |
||
10 | /** |
||
11 | * Bootstrap services. |
||
12 | */ |
||
13 | public function boot() |
||
19 | } |
||
20 | }); |
||
21 | } |
||
22 | |||
23 | /** |
||
24 | * Print message after successful installation. |
||
25 | * |
||
26 | * @param \Illuminate\Console\Command $command |
||
27 | */ |
||
28 | protected function installMessage($command) |
||
34 |