Change 'getFileLocator' method's visibility to protected as it's needed in the FixtureLoadCommand class
This commit is contained in:
parent
b28c863915
commit
41e147ba8e
1 changed files with 1 additions and 1 deletions
|
|
@ -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');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue