mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 06:28:46 +02:00
Re-dump autoloader and composer.lock
This commit is contained in:
@@ -445,7 +445,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