diff --git a/src/Console/ModelsCommand.php b/src/Console/ModelsCommand.php index 13735c2..fd34432 100644 --- a/src/Console/ModelsCommand.php +++ b/src/Console/ModelsCommand.php @@ -266,6 +266,7 @@ class ModelsCommand extends Command } $this->properties = []; $this->methods = []; + $this->foreignKeyConstraintsColumns = []; if (class_exists($name)) { try { // handle abstract classes, interfaces, ...