1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 10:14:04 +00:00

Fix migration publishing

This commit is contained in:
Samuel Štancl 2019-08-16 13:33:30 +02:00
parent 588ca0aa52
commit 8b39ad0090

View file

@ -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');