Skip to content

Commit 4b24db8

Browse files
committed
maker always uses attributes
1 parent 0b5aa5b commit 4b24db8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Resources/skeleton/doctrine/Entity.tpl.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
<?php elseif ($api_resource): ?>use ApiPlatform\Core\Annotation\ApiResource;
77
<?php endif ?>
88
use <?= $repository_full_class_name ?>;
9-
<?php if ($doctrine_use_attributes): ?>use Doctrine\DBAL\Types\Types;
10-
<?php endif ?>
9+
use Doctrine\DBAL\Types\Types;
1110
use Doctrine\ORM\Mapping as ORM;
1211
<?php if ($broadcast): ?>use Symfony\UX\Turbo\Attribute\Broadcast;
1312
<?php endif ?>

0 commit comments

Comments
 (0)