Преглед изворни кода

Update AbstractGenerator.php

Rytis пре 8 година
родитељ
комит
4a00e39d7a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/Mpociot/ApiDoc/Generators/AbstractGenerator.php

+ 1 - 1
src/Mpociot/ApiDoc/Generators/AbstractGenerator.php

@@ -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);
     }