We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 615c046 commit 3425966Copy full SHA for 3425966
src/Providers/GeocoderService.php
@@ -18,7 +18,7 @@ class GeocoderService extends ServiceProvider
18
protected $defer = false;
19
20
public function boot()
21
- {
+ {
22
$configPath = __DIR__ . "/../../config/geocoder.php";
23
$this->publishes(
24
[$configPath => $this->configPath("geocoder.php")],
0 commit comments