1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 18:54:03 +00:00

change migration path

This commit is contained in:
Samuel Štancl 2019-08-10 14:31:05 +02:00
parent 6d5a536c68
commit 6c3f86a611
2 changed files with 5 additions and 3 deletions

View file

@ -38,7 +38,7 @@ class TenancyServiceProvider extends ServiceProvider
], 'config');
$this->publishes([
__DIR__ . '/assets/2019_08_08_000000_create_tenants_table.php' => database_path('migrations'),
__DIR__ . '/assets/migrations/2019_08_08_000000_create_tenants_table.php' => database_path('migrations'),
], 'migrations');
$this->loadRoutesFrom(__DIR__ . '/routes.php');