Skip to content

Commit be1e146

Browse files
committed
Default middleware option to an array
1 parent ccc9491 commit be1e146

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/stagefront.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@
8383
* Since StageFront uses the session, we definitely require
8484
* the web middleware group. But you can change it if needed.
8585
*
86-
* Default: 'web'
86+
* Default: ['web']
8787
*/
88-
'middleware' => env('STAGEFRONT_MIDDLEWARE', 'web'),
88+
'middleware' => ['web'],
8989

9090
/**
9191
* The following URLs will be ignored by StageFront.

0 commit comments

Comments
 (0)