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

Delete extra line

This commit is contained in:
lukinovec 2023-02-21 10:49:53 +01:00
parent c49f15b53d
commit 06b62b85cd

View file

@ -48,7 +48,6 @@ test('redirect from central to tenant works', function (bool $enabled, bool $sho
TenancyServiceProvider::bootstrapFeatures();
Route::get('/foobar', function () {
return 'Foo';
})->name('home');