mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 14:54:04 +00:00
Fix #7 - tenant assets
This commit is contained in:
parent
25bc3f81b3
commit
3a6ceed992
4 changed files with 38 additions and 1 deletions
|
|
@ -33,6 +33,8 @@ class TenancyServiceProvider extends ServiceProvider
|
|||
$this->publishes([
|
||||
__DIR__ . '/config/tenancy.php' => config_path('tenancy.php'),
|
||||
], 'config');
|
||||
|
||||
$this->loadRoutesFrom(__DIR__ . '/routes.php');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue