Skip to content

Commit 219d228

Browse files
committed
fix: Moved validator to different namespace
1 parent 4557390 commit 219d228

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Maker/DefaultValueValidator.php renamed to src/DefaultValueValidator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
namespace Symfony\Bundle\MakerBundle\Maker;
12+
namespace Symfony\Bundle\MakerBundle;
1313

1414
use Symfony\Bundle\MakerBundle\Exception\RuntimeCommandException;
1515

src/Maker/MakeEntity.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
use ApiPlatform\Metadata\ApiResource;
1515
use Doctrine\DBAL\Types\Type;
1616
use Symfony\Bundle\MakerBundle\ConsoleStyle;
17+
use Symfony\Bundle\MakerBundle\DefaultValueValidator;
1718
use Symfony\Bundle\MakerBundle\DependencyBuilder;
1819
use Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper;
1920
use Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator;

0 commit comments

Comments
 (0)