Skip to content

Commit

Permalink
Update base-installation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
masterix21 committed Jul 30, 2024
1 parent 913fbdf commit 23190e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation/base-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ return Application::configure(basePath: dirname(__DIR__))
// ...
->withMiddleware(function (Middleware $middleware) {
$middleware
->appendToGroup('web', [
->web(append: [
\Spatie\Multitenancy\Http\Middleware\NeedsTenant::class,
\Spatie\Multitenancy\Http\Middleware\EnsureValidTenantSession::class,
]);
Expand Down

0 comments on commit 23190e4

Please sign in to comment.