mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 18:44:03 +00:00
routes/tenancy -> routes/tenant
This commit is contained in:
parent
d6dc97d869
commit
0290d26d06
1 changed files with 1 additions and 1 deletions
|
|
@ -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([
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue