We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4557390 commit 219d228Copy full SHA for 219d228
src/Maker/DefaultValueValidator.php renamed to src/DefaultValueValidator.php
@@ -9,7 +9,7 @@
9
* file that was distributed with this source code.
10
*/
11
12
-namespace Symfony\Bundle\MakerBundle\Maker;
+namespace Symfony\Bundle\MakerBundle;
13
14
use Symfony\Bundle\MakerBundle\Exception\RuntimeCommandException;
15
src/Maker/MakeEntity.php
@@ -14,6 +14,7 @@
use ApiPlatform\Metadata\ApiResource;
use Doctrine\DBAL\Types\Type;
16
use Symfony\Bundle\MakerBundle\ConsoleStyle;
17
+use Symfony\Bundle\MakerBundle\DefaultValueValidator;
18
use Symfony\Bundle\MakerBundle\DependencyBuilder;
19
use Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper;
20
use Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator;
0 commit comments