mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 03:54:04 +00:00
Fix migration publishing
This commit is contained in:
parent
588ca0aa52
commit
8b39ad0090
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ class TenancyServiceProvider extends ServiceProvider
|
|||
], 'config');
|
||||
|
||||
$this->publishes([
|
||||
__DIR__ . '/assets/migrations/2019_08_08_000000_create_tenants_table.php' => database_path('migrations'),
|
||||
__DIR__ . '/assets/migrations/' => database_path('migrations'),
|
||||
], 'migrations');
|
||||
|
||||
$this->loadRoutesFrom(__DIR__ . '/routes.php');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue