We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85bb1df commit 482170cCopy full SHA for 482170c
README.md
@@ -48,7 +48,6 @@ protected $middlewareGroups = [
48
\Illuminate\Session\Middleware\StartSession::class, // <= after this
49
//...
50
\CodeZero\Localizer\Middleware\SetLocale::class,
51
- //...
52
\Illuminate\Routing\Middleware\SubstituteBindings::class, // <= before this
53
],
54
];
@@ -62,7 +61,6 @@ protected $middlewarePriority = [
62
61
63
64
65
66
67
68
```
0 commit comments