Michael
Results
21
comments of
Michael
Yes I do ```php Route::middleware(['tenant'])->group(function () { Route::get( '{tenant}/documents/{document}', DocumentPage::class ); }); ``` **edit** Well, we solved it with moving the middleware that sets the tenant before the `SubstituteBinding` middleware,...