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 0034ff3 commit 244c3dcCopy full SHA for 244c3dc
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