Skip to content

Commit 244c3dc

Browse files
committed
fix laravel-spatial-config
1 parent 0034ff3 commit 244c3dc

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)