diff --git a/src/Services/Routes.php b/src/Services/Routes.php index 9a45ef9..df38dae 100644 --- a/src/Services/Routes.php +++ b/src/Services/Routes.php @@ -107,7 +107,7 @@ public function offsetGet($path) : array return $this->routes[$path]; } - throw new InvalidArgumentException("Route $path not found."); + throw new InvalidArgumentException('Route not found.'); } /**