Skip to content

Commit

Permalink
Change vendor tags for easier selection
Browse files Browse the repository at this point in the history
  • Loading branch information
colinhall17 committed Apr 6, 2020
1 parent 049cfec commit 62feac6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Providers/SettingServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ public function boot()

$this->publishes([
__DIR__.'/../../config/setting.php' => config_path('setting.php'),
], 'config');
], 'setting-config');

$this->publishes($this->getMigrationStubs(), 'migrations');
$this->publishes($this->getMigrationStubs(), 'setting-migrations');
}

$this->registerModelBindings();
Expand Down

0 comments on commit 62feac6

Please sign in to comment.