mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 15:34:03 +00:00
Fix route publishing
This commit is contained in:
parent
5eeba43796
commit
a433edf186
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ class TenancyServiceProvider extends ServiceProvider
|
||||||
], 'impersonation-migrations');
|
], 'impersonation-migrations');
|
||||||
|
|
||||||
$this->publishes([
|
$this->publishes([
|
||||||
__DIR__ . '/../assets/tenant_routes.stub.php' => config_path('tenancy.php'),
|
__DIR__ . '/../assets/tenant_routes.stub.php' => base_path('routes/tenancy.php'),
|
||||||
], 'routes');
|
], 'routes');
|
||||||
|
|
||||||
$this->publishes([
|
$this->publishes([
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue