8000 Add a missing import · symfony/symfony-docs@48992b8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 48992b8

Browse files
committed
Add a missing import
1 parent 9ffee2b commit 48992b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

reference/forms/types/entity.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ the `query_builder`_ option::
5353

5454
use App\Entity\User;
5555
use Doctrine\ORM\EntityRepository;
56+
use Doctrine\ORM\QueryBuilder;
5657
use Symfony\Bridge\Doctrine\Form\Type\EntityType;
5758
// ...
5859

0 commit comments

Comments
 (0)
0