diff --git a/Command/AbstractPropelCommand.php b/Command/AbstractPropelCommand.php index 5a39695..ba93c19 100644 --- a/Command/AbstractPropelCommand.php +++ b/Command/AbstractPropelCommand.php @@ -505,7 +505,7 @@ EOT; return sprintf('@%s/Resources/config/%s', $bundle->getName(), $schemaPath); } - private function getFileLocator() + protected function getFileLocator() { return $this->getContainer()->get('file_locator'); }