Skip to content

Commit d9906b4

Browse files
committed
Merge branch '1.x'
2 parents 6d16c51 + 244c3dc commit d9906b4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/LaravelSpatialServiceProvider.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ final class LaravelSpatialServiceProvider extends DatabaseServiceProvider
1919
*/
2020
public function boot(): void
2121
{
22-
$this->publishes([__DIR__.'/../config/laravel-spatial.php' => config_path('laravel-spatial.php')]);
22+
$this->publishes(
23+
[__DIR__.'/../config/laravel-spatial.php' => config_path('laravel-spatial.php')],
24+
'laravel-spatial-config'
25+
);
2326

2427
$this->mergeConfigFrom(__DIR__.'/../config/laravel-spatial.php', 'laravel-spatial');
2528

0 commit comments

Comments
 (0)