Merge pull request #1416 from Restless-ET/patch-1
[2.5][Bug] Fix ConvertDoctrine1Schema->getMetadata
This commit is contained in:
commit
545e448024
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ class ConvertDoctrine1Schema
|
|||
$schema = array_merge($schema, (array) Yaml::parse(file_get_contents($file)));
|
||||
}
|
||||
} else {
|
||||
$schema = array_merge($schema, (array) Yaml::parse(file_get_contents($file)));
|
||||
$schema = array_merge($schema, (array) Yaml::parse(file_get_contents($path)));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue