Visibility for EntityRepositoryGenerator::generateClassName()
This commit is contained in:
parent
20b72ef344
commit
c8565c2772
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ class <className> extends <repositoryName>
|
||||||
*
|
*
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
protected function generateClassName($fullClassName)
|
private function generateClassName($fullClassName)
|
||||||
{
|
{
|
||||||
$namespace = $this->getClassNamespace($fullClassName);
|
$namespace = $this->getClassNamespace($fullClassName);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue