Skip to content

Commit 5a5ea64

Browse files
committed
Turn on web middleware group in config by default
1 parent 83f7a95 commit 5a5ea64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
/*
99
* Set Ajax widget middleware
1010
*/
11-
'route_middleware' => [],
11+
'route_middleware' => ['web'],
1212

1313
/*
1414
* Relative path from the base directory to a regular widget stub.

0 commit comments

Comments
 (0)