1
0
mirror of synced 2024-12-14 07:06:04 +03:00

Merge pull request #296 from brikou/patch-2

According to "Doctrine's implicit CS" and "Symfony's implicit CS" an emp...
This commit is contained in:
Guilherme Blanco 2012-03-04 07:36:25 -08:00
commit f1fe360788

View File

@ -50,7 +50,8 @@ use Doctrine\ORM\EntityRepository;
*/
class <className> extends EntityRepository
{
}';
}
';
public function generateEntityRepositoryClass($fullClassName)
{