1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 16:24:04 +00:00

Fix default tenant route (#132)

This commit is contained in:
Anton Komarev 2019-09-26 07:25:07 +03:00 committed by Samuel Štancl
parent a166de2ef6
commit 5b154d1834

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');
});
"