Skip to content

Commit 49635eb

Browse files
committed
Lint
1 parent 05c09e3 commit 49635eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bootstrap/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
$middleware->api(prepend: [
2121
\Laravel\Sanctum\Http\Middleware\EnsureFrontendRequestsAreStateful::class,
2222
]);
23-
$middleware->web(append: [
23+
$middleware->web(append: [
2424
\App\Http\Middleware\CheckAccountStatus::class,
2525
]);
2626

0 commit comments

Comments
 (0)