1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 02:54:03 +00:00

Fix default tenant route

This commit is contained in:
antonkomarev 2019-09-26 04:05:18 +03:00
parent a166de2ef6
commit c6dda62f72

View file

@ -65,7 +65,7 @@ class Install extends Command
| |
*/ */
Route::get('/', function () { Route::get('/app', function () {
return 'This is your multi-tenant application. The id of the current tenant is ' . tenant('id'); return 'This is your multi-tenant application. The id of the current tenant is ' . tenant('id');
}); });
" "