Private method EntityRepositoryGenerator::generateEntityRepositoryNamespace() changed to protected
This commit is contained in:
parent
a4c7a89507
commit
5d608b6206
1 changed files with 2 additions and 2 deletions
|
@ -107,10 +107,10 @@ class <className> extends <repositoryName>
|
|||
*
|
||||
* @return string $namespace
|
||||
*/
|
||||
private function generateEntityRepositoryNamespace($fullClassName)
|
||||
protected function generateEntityRepositoryNamespace($fullClassName)
|
||||
{
|
||||
$namespace = $this->getClassNamespace($fullClassName);
|
||||
|
||||
|
||||
return $namespace ? 'namespace ' . $namespace . ';' : '';
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue