Total Complexity | 2 |
Total Lines | 17 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
5 | class QaplaServiceProvider extends ServiceProvider |
||
6 | { |
||
7 | /** |
||
8 | * Bootstrap the application services. |
||
9 | */ |
||
10 | public function boot() |
||
11 | { |
||
12 | $this->publishes([ |
||
13 | __DIR__.'/../config/config.php' => config_path('qapla.php'), |
||
|
|||
14 | ], 'config'); |
||
15 | } |
||
16 | /** |
||
17 | * Register the application services. |
||
18 | */ |
||
19 | public function register() |
||
22 | } |
||
23 | } |