Total Complexity | 2 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
8 | class ServiceProviderForLaravelRecent extends ServiceProvider |
||
9 | { |
||
10 | public function boot() |
||
11 | { |
||
12 | // Publishes the configuration file |
||
13 | $this->publishes([ |
||
14 | __DIR__ . '/config/config.php' => config_path('oauth-tokens-client.php'), |
||
|
|||
15 | ], 'config'); |
||
16 | } |
||
17 | |||
18 | public function register() |
||
32 | ); |
||
33 | }); |
||
36 |