diff --git a/src/Console/ModelsCommand.php b/src/Console/ModelsCommand.php index 019f0af..07bc9ff 100644 --- a/src/Console/ModelsCommand.php +++ b/src/Console/ModelsCommand.php @@ -181,6 +181,7 @@ class ModelsCommand extends Command $this->getPropertiesFromMethods($model); $output .= $this->createPhpDocs($name); + $ignore[] = $name; } catch (\Exception $e) { $this->error("Exception: " . $e->getMessage() . "\nCould not analyze class $name."); }