Skip to content

Commit 482170c

Browse files
committed
Update README
1 parent 85bb1df commit 482170c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ protected $middlewareGroups = [
4848
\Illuminate\Session\Middleware\StartSession::class, // <= after this
4949
//...
5050
\CodeZero\Localizer\Middleware\SetLocale::class,
51-
//...
5251
\Illuminate\Routing\Middleware\SubstituteBindings::class, // <= before this
5352
],
5453
];
@@ -62,7 +61,6 @@ protected $middlewarePriority = [
6261
\Illuminate\Session\Middleware\StartSession::class, // <= after this
6362
//...
6463
\CodeZero\Localizer\Middleware\SetLocale::class,
65-
//...
6664
\Illuminate\Routing\Middleware\SubstituteBindings::class, // <= before this
6765
];
6866
```

0 commit comments

Comments
 (0)