Total Complexity | 2 |
Total Lines | 13 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
7 | class ModelJsonStorageServiceProvider extends ServiceProvider |
||
8 | { |
||
9 | public function boot() |
||
10 | { |
||
11 | $this->publishes([ |
||
12 | __DIR__ . '/../config/model-json-storage.php' => config_path('model-json-storage.php'), |
||
13 | ], 'model-json-storage::config'); |
||
14 | } |
||
15 | |||
16 | public function register() |
||
20 | ); |
||
21 | } |
||
23 |