mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 14:34:04 +00:00
Laravel 6 support
This commit is contained in:
parent
d23dbf18ce
commit
0049a48383
5 changed files with 9 additions and 5 deletions
|
|
@ -21,7 +21,7 @@ class ScopeSessionsTest extends TestCase
|
|||
'middleware' => [StartSession::class, InitializeTenancyBySubdomain::class, ScopeSessions::class],
|
||||
], function () {
|
||||
Route::get('/foo', function () {
|
||||
return true;
|
||||
return 'true';
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue