update patch 1
This commit is contained in:
Vendored
+1
-1
@@ -456,7 +456,7 @@ class Route implements \Serializable
|
||||
}
|
||||
|
||||
if ('' === $regex) {
|
||||
throw new \InvalidArgumentException(sprintf('Routing requirement for "%s" cannot be empty.', $key));
|
||||
throw new \InvalidArgumentException(\sprintf('Routing requirement for "%s" cannot be empty.', $key));
|
||||
}
|
||||
|
||||
return $regex;
|
||||
|
||||
Reference in New Issue
Block a user