Skip to content

Commit

Permalink
Add missing method to AbstractAdminExtension
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Mar 5, 2021
1 parent 13c8b86 commit 8a761a3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Admin/AbstractAdminExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ public function configureQuery(AdminInterface $admin, ProxyQueryInterface $query
{
}

public function configurePersistentParameters(AdminInterface $admin, array $parameters): array
{
return $parameters;
}

public function alterNewInstance(AdminInterface $admin, $object)
{
}
Expand Down

0 comments on commit 8a761a3

Please sign in to comment.