1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 13:54:03 +00:00

Fix route publishing

This commit is contained in:
Samuel Štancl 2020-05-24 21:17:15 +02:00
parent 5eeba43796
commit a433edf186

View file

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