From 0290d26d06316c44116fe01ced5d537b0201e877 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Sun, 24 May 2020 21:22:27 +0200 Subject: [PATCH] routes/tenancy -> routes/tenant --- src/TenancyServiceProvider.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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([