[2.5][Bug] Fix ConvertDoctrine1Schema->getMetadata
This bug was introduced at #1205 while resolving #1200.
This commit is contained in:
parent
900b55d16a
commit
b33612f9e7
@ -80,7 +80,7 @@ class ConvertDoctrine1Schema
|
|||||||
$schema = array_merge($schema, (array) Yaml::parse(file_get_contents($file)));
|
$schema = array_merge($schema, (array) Yaml::parse(file_get_contents($file)));
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$schema = array_merge($schema, (array) Yaml::parse(file_get_contents($file)));
|
$schema = array_merge($schema, (array) Yaml::parse(file_get_contents($path)));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user