Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
14 | public function boot() |
||
15 | { |
||
16 | // Publish config file |
||
17 | $this->publishes([ |
||
18 | __DIR__.'/../../config/google-places.php' => base_path('config/google-places.php'), |
||
19 | ], 'config'); |
||
20 | |||
21 | // Map places routes check paths |
||
22 | $this->loadRoutesFrom(__DIR__.'/../../routes/google-places.php'); |
||
23 | } |
||
36 |