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 f1ec7e5 commit 99dea43Copy full SHA for 99dea43
src/Resources/skeleton/doctrine/Entity.tpl.php
@@ -6,7 +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;
+<?php if ($use_attributes): ?>use Doctrine\DBAL\Types\Types;
10
11
use Doctrine\ORM\Mapping as ORM;
12
<?php if ($broadcast): ?>use Symfony\UX\Turbo\Attribute\Broadcast;
0 commit comments