| 1 | <?php namespace Geocoder\Laravel\Providers; |
||
| 18 | class GeocoderService extends ServiceProvider |
||
| 19 | { |
||
| 20 | protected $defer = false; |
||
| 21 | |||
| 22 | 26 | public function boot() |
|
| 35 | 26 | ||
| 36 | 26 | public function register() |
|
| 40 | |||
| 41 | public function provides() : array |
||
| 45 | |||
| 46 | protected function configPath(string $path = "") : string |
||
| 60 | } |
||
| 61 |