Skip to content

Commit

Permalink
Remove wrong @Final annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Oct 30, 2021
1 parent d7d4d64 commit 9f9c392
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Admin/AbstractAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -3054,9 +3054,6 @@ public function getListMode()
return $this->getRequest()->getSession()->get(sprintf('%s.list_mode', $this->getCode()), 'list');
}

/**
* @final since sonata-project/admin-bundle 3.102.
*/
public function getAccessMapping()
{
return $this->accessMapping;
Expand Down

0 comments on commit 9f9c392

Please sign in to comment.