@@ -97,7 +97,7 @@ |
||
97 | 97 | ); |
98 | 98 | } |
99 | 99 | |
100 | - throw new \RuntimeException('Invalid condition specified for route: ' . $route); |
|
100 | + throw new \RuntimeException('Invalid condition specified for route: '.$route); |
|
101 | 101 | } |
102 | 102 | |
103 | 103 | private function getConditionsMatcher($matcher) |