Skip to content

Commit 99dea43

Browse files
committed
fix: Fix tests
1 parent f1ec7e5 commit 99dea43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +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;
9+
<?php if ($use_attributes): ?>use Doctrine\DBAL\Types\Types;
1010
<?php endif ?>
1111
use Doctrine\ORM\Mapping as ORM;
1212
<?php if ($broadcast): ?>use Symfony\UX\Turbo\Attribute\Broadcast;

0 commit comments

Comments
 (0)