mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 09:54:03 +00:00
add line end to sample route response
This commit is contained in:
parent
590360bf0d
commit
ac8a30d782
1 changed files with 1 additions and 1 deletions
|
|
@ -24,6 +24,6 @@ Route::middleware([
|
|||
Middleware\ScopeSessions::class,
|
||||
])->group(function () {
|
||||
Route::get('/', 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') . "\n";
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue