Skip to content

Commit c290af8

Browse files
authored
reset foreignKeyConstraintsColumns on model loop start (#1461)
1 parent f64ff9c commit c290af8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Console/ModelsCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ protected function generateDocs($loadModels, $ignore = '')
266266
}
267267
$this->properties = [];
268268
$this->methods = [];
269+
$this->foreignKeyConstraintsColumns = [];
269270
if (class_exists($name)) {
270271
try {
271272
// handle abstract classes, interfaces, ...

0 commit comments

Comments
 (0)