Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet committed Aug 19, 2022
1 parent 9e570d6 commit dc9cab6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/App/Admin/AuthorAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ protected function configureFormFields(FormMapper $form): void
protected function configureQuery(ProxyQueryInterface $query): ProxyQueryInterface
{
\assert($query instanceof ORMProxyQueryInterface);
/** @phpstan-var ORMProxyQueryInterface<Author> $query */

$alias = $query->getQueryBuilder()->getRootAliases()[0];

Expand Down

0 comments on commit dc9cab6

Please sign in to comment.