diff --git a/src/TenancyServiceProvider.php b/src/TenancyServiceProvider.php index 0a92aacb..9a5c746e 100644 --- a/src/TenancyServiceProvider.php +++ b/src/TenancyServiceProvider.php @@ -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([