Move long one-line array to multiple lines

This commit is contained in:
Jeppe Knockaert
2018-02-14 12:15:38 +01:00
parent bda5120e9a
commit 17982029f0
+8 -1
View File
@@ -471,7 +471,14 @@ class ModelsCommand extends Command
if ($relationObj instanceof Relation) {
$relatedModel = '\\' . get_class($relationObj->getRelated());
$relations = ['hasManyThrough', 'belongsToMany', 'hasMany', 'morphMany', 'morphToMany', 'morphedByMany'];
$relations = [
'hasManyThrough',
'belongsToMany',
'hasMany',
'morphMany',
'morphToMany',
'morphedByMany',
];
if (in_array($relation, $relations)) {
//Collection or array of models (because Collection is Arrayable)
$this->setProperty(