| @@ -72,6 +72,7 @@ | ||
| 72 | 72 | /** | 
| 73 | 73 | * @param mixed $query | 
| 74 | 74 | * @param object[] $choices | 
| 75 | + * @param PropertyAccessorInterface $propertyAccessor | |
| 75 | 76 | */ | 
| 76 | 77 | public function __construct( | 
| 77 | 78 | ModelManagerInterface $modelManager, | 
| @@ -18,7 +18,6 @@ | ||
| 18 | 18 | use Sonata\AdminBundle\Admin\FieldDescriptionInterface; | 
| 19 | 19 | use Sonata\AdminBundle\Builder\ShowBuilderInterface; | 
| 20 | 20 | use Sonata\AdminBundle\Mapper\BaseGroupedMapper; | 
| 21 | -use Sonata\AdminBundle\Mapper\BaseMapper; | |
| 22 | 21 | |
| 23 | 22 | /** | 
| 24 | 23 | * This class is used to simulate the Form API. |