Manash Jyoti Sonowal пре 8 година
родитељ
комит
08a330c80a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/Mpociot/ApiDoc/Commands/GenerateDocumentation.php

+ 1 - 1
src/Mpociot/ApiDoc/Commands/GenerateDocumentation.php

@@ -81,7 +81,7 @@ class GenerateDocumentation extends Command
 
         $routePrefixes = explode(",", $routePrefix);
 
-        $parsedRoutes   =   [];
+        $parsedRoutes =   [];
 
         if ($this->option('router') === 'laravel') {
             foreach ($routePrefixes as $routePrefix) {