Skip to content

Commit 0a298f2

Browse files
mvhirschondrejmirtes
authored andcommitted
fixes typo
1 parent 8ab4634 commit 0a298f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ $query = $entityManager->createQuery('
117117
');
118118
$query->getSingleResult(Query::HYDRATE_OBJECT); // array{id: int, email: string, name: string}>
119119

120-
$query = $entityManager->createQueryBuiler()
120+
$query = $entityManager->createQueryBuilder()
121121
->select('u')
122122
->from(User::class, 'u')
123123
->getQuery();

0 commit comments

Comments
 (0)