diff --git a/src/Commands/Install.php b/src/Commands/Install.php index 39ed31d1..136a190e 100644 --- a/src/Commands/Install.php +++ b/src/Commands/Install.php @@ -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'); }); "