Pārlūkot izejas kodu

Add missing property declaration

Grégoire Paris 8 gadi atpakaļ
vecāks
revīzija
1d9ef6ec97
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      Form/ChoiceList/ModelChoiceLoader.php

+ 2 - 0
Form/ChoiceList/ModelChoiceLoader.php

@@ -26,6 +26,8 @@ use Symfony\Component\PropertyAccess\PropertyPath;
  */
 class ModelChoiceLoader implements ChoiceLoaderInterface
 {
+    public $identifier;
+
     /**
      * @var \Sonata\AdminBundle\Model\ModelManagerInterface
      */