Change 'getFileLocator' method's visibility to protected as it's needed in the FixtureLoadCommand class

This commit is contained in:
Romain Pouclet 2012-04-06 10:58:12 +02:00
commit 41e147ba8e

View file

@ -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');
}