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 0b5aa5b commit 4b24db8Copy full SHA for 4b24db8
src/Resources/skeleton/doctrine/Entity.tpl.php
@@ -6,8 +6,7 @@
6
<?php elseif ($api_resource): ?>use ApiPlatform\Core\Annotation\ApiResource;
7
<?php endif ?>
8
use <?= $repository_full_class_name ?>;
9
-<?php if ($doctrine_use_attributes): ?>use Doctrine\DBAL\Types\Types;
10
-<?php endif ?>
+use Doctrine\DBAL\Types\Types;
11
use Doctrine\ORM\Mapping as ORM;
12
<?php if ($broadcast): ?>use Symfony\UX\Turbo\Attribute\Broadcast;
13
0 commit comments