1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 05:14:03 +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'); ], 'config');
$this->publishes([ $this->publishes([
__DIR__ . '/assets/migrations/2019_08_08_000000_create_tenants_table.php' => database_path('migrations'), __DIR__ . '/assets/migrations/' => database_path('migrations'),
], 'migrations'); ], 'migrations');
$this->loadRoutesFrom(__DIR__ . '/routes.php'); $this->loadRoutesFrom(__DIR__ . '/routes.php');