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.
2 parents 6d16c51 + 244c3dc commit d9906b4Copy full SHA for d9906b4
src/LaravelSpatialServiceProvider.php
@@ -19,7 +19,10 @@ final class LaravelSpatialServiceProvider extends DatabaseServiceProvider
19
*/
20
public function boot(): void
21
{
22
- $this->publishes([__DIR__.'/../config/laravel-spatial.php' => config_path('laravel-spatial.php')]);
+ $this->publishes(
23
+ [__DIR__.'/../config/laravel-spatial.php' => config_path('laravel-spatial.php')],
24
+ 'laravel-spatial-config'
25
+ );
26
27
$this->mergeConfigFrom(__DIR__.'/../config/laravel-spatial.php', 'laravel-spatial');
28
0 commit comments