Explorar o código

fix code style

Gustavo Real %!s(int64=7) %!d(string=hai) anos
pai
achega
bc27ba4de2
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/Mpociot/ApiDoc/Generators/LaravelGenerator.php

+ 1 - 0
src/Mpociot/ApiDoc/Generators/LaravelGenerator.php

@@ -268,6 +268,7 @@ class LaravelGenerator extends AbstractGenerator
 
                     if (method_exists($parameterReflection, 'validator')) {
                         $factory = app()->make(ValidationFactory::class);
+
                         return app()->call([$parameterReflection, 'validator'], [$factory])
                             ->getRules();
                     } else {