@@ -160,7 +160,6 @@ |
||
160 | 160 | |
161 | 161 | /** |
162 | 162 | * Generates the controller class only. |
163 | - * @param boolean $config->getOverwrite() |
|
164 | 163 | */ |
165 | 164 | protected function generateCrudControllerClass() { |
166 | 165 | $dir = $this->bundle->getPath(); |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Petkopara\CrudGeneratorBundle\Generator; |
4 | 4 | |
5 | -use Doctrine\Bundle\DoctrineBundle\Mapping\DisconnectedMetadataFactory; |
|
6 | 5 | use Doctrine\ORM\Mapping\ClassMetadataInfo; |
7 | 6 | use Petkopara\CrudGeneratorBundle\Generator\Guesser\MetadataGuesser; |
8 | 7 | use RuntimeException; |