make array of models to load unique
This commit is contained in:
parent
68513e0a0a
commit
655de39c6b
1 changed files with 1 additions and 0 deletions
|
@ -376,6 +376,7 @@
|
|||
$models = array_merge($models, $properties['models']);
|
||||
}
|
||||
}
|
||||
$models = array_unique($models);
|
||||
|
||||
// Load Models
|
||||
foreach($models as &$model)
|
||||
|
|
Loading…
Add table
Reference in a new issue