소스 검색

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