Skip to content

Commit

Permalink
Merge branch '1.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
asanikovich committed Jun 2, 2023
2 parents 6d16c51 + 244c3dc commit d9906b4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/LaravelSpatialServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ final class LaravelSpatialServiceProvider extends DatabaseServiceProvider
*/
public function boot(): void
{
$this->publishes([__DIR__.'/../config/laravel-spatial.php' => config_path('laravel-spatial.php')]);
$this->publishes(
[__DIR__.'/../config/laravel-spatial.php' => config_path('laravel-spatial.php')],
'laravel-spatial-config'
);

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

Expand Down

0 comments on commit d9906b4

Please sign in to comment.