Skip to content

Commit

Permalink
reset foreignKeyConstraintsColumns on model loop start (#1461)
Browse files Browse the repository at this point in the history
  • Loading branch information
snmatsui authored Feb 7, 2024
1 parent f64ff9c commit c290af8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Console/ModelsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ protected function generateDocs($loadModels, $ignore = '')
}
$this->properties = [];
$this->methods = [];
$this->foreignKeyConstraintsColumns = [];
if (class_exists($name)) {
try {
// handle abstract classes, interfaces, ...
Expand Down

0 comments on commit c290af8

Please sign in to comment.