The method is not static anymore, replaced self by $this.
This commit is contained in:
parent
4d5745c7eb
commit
d548a43984
@ -52,7 +52,7 @@ class Doctrine_Import_Xml
|
||||
$builder = new Doctrine_Import_Builder();
|
||||
$builder->setTargetPath($directory);
|
||||
|
||||
$arr = self::importArr($schema);
|
||||
$arr = $this->importArr($schema);
|
||||
|
||||
foreach ($arr as $name => $columns) {
|
||||
$Builder->buildRecord($name, $columns);
|
||||
|
Loading…
Reference in New Issue
Block a user