1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 17:44:04 +00:00

routes/tenancy -> routes/tenant

This commit is contained in:
Samuel Štancl 2020-05-24 21:22:27 +02:00
parent d6dc97d869
commit 0290d26d06

View file

@ -92,7 +92,7 @@ class TenancyServiceProvider extends ServiceProvider
], 'impersonation-migrations');
$this->publishes([
__DIR__ . '/../assets/tenant_routes.stub.php' => base_path('routes/tenancy.php'),
__DIR__ . '/../assets/tenant_routes.stub.php' => base_path('routes/tenant.php'),
], 'routes');
$this->publishes([