diff --git a/src/Console/ModelsCommand.php b/src/Console/ModelsCommand.php index 306c176..bf97f6f 100644 --- a/src/Console/ModelsCommand.php +++ b/src/Console/ModelsCommand.php @@ -482,7 +482,7 @@ class ModelsCommand extends Command //Resolve the relation's model to a Relation object. $methodReflection = new \ReflectionMethod($model, $method); if ($methodReflection->getNumberOfParameters()) { - return; + continue; } $relationObj = $model->$method();