mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 07:54:03 +00:00
Changed controller action
This commit is contained in:
parent
84f40f542c
commit
e351a68f6f
1 changed files with 1 additions and 1 deletions
|
|
@ -8,6 +8,6 @@ Route::get('/tenancy/assets/{path?}', 'Stancl\Tenancy\Controllers\TenantAssetsCo
|
||||||
->where('path', '(.*)')
|
->where('path', '(.*)')
|
||||||
->name('stancl.tenancy.asset');
|
->name('stancl.tenancy.asset');
|
||||||
|
|
||||||
Route::get('/{tenant}/assets/{path?}', 'Stancl\Tenancy\Controllers\TenantAssetsController@asset')
|
Route::get('/{tenant}/assets/{path?}', 'Stancl\Tenancy\Controllers\TenantAssetsController@assetWithPath')
|
||||||
->where('path', '(.*)')
|
->where('path', '(.*)')
|
||||||
->name('stancl.tenancy.asset.path');
|
->name('stancl.tenancy.asset.path');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue