mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-17 17:47:13 +00:00
reset foreignKeyConstraintsColumns on model loop start (#1461)
This commit is contained in:
@@ -266,6 +266,7 @@ class ModelsCommand extends Command
|
|||||||
}
|
}
|
||||||
$this->properties = [];
|
$this->properties = [];
|
||||||
$this->methods = [];
|
$this->methods = [];
|
||||||
|
$this->foreignKeyConstraintsColumns = [];
|
||||||
if (class_exists($name)) {
|
if (class_exists($name)) {
|
||||||
try {
|
try {
|
||||||
// handle abstract classes, interfaces, ...
|
// handle abstract classes, interfaces, ...
|
||||||
|
|||||||
Reference in New Issue
Block a user