@@ -78,7 +78,7 @@ abstract class AbstractGenerator
//Changes url with parameters like /users/{user} to /users/1
$uri = preg_replace('/{(.*)}/', 1, $uri);
-
+
return $this->callRoute(array_shift($methods), $uri, [], [], [], $headers);
}