Skip to content

Commit 87841a7

Browse files
mychidarkogithub-actions[bot]
authored andcommitted
chore: fix styling
1 parent a6d6a06 commit 87841a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Router.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ public static function use($middleware)
593593
// if (in_array($middleware, static::$middleware)) {
594594
// throw new \RuntimeException('Circular Middleware setup detected. Tried to queue the same Middleware twice.');
595595
// }
596-
596+
597597
if (is_string($middleware)) {
598598
$middleware = class_exists($middleware) ? function () use ($middleware) {
599599
(new $middleware())->call();

0 commit comments

Comments
 (0)