The trait Knp\DictionaryBundle\Val...mfonyCompatibilityTrait requires some properties which are not provided by Knp\DictionaryBundle\Val...nts\DictionaryValidator: $name, $message
Loading history...
13
14
/**
15
* @var Collection
16
*/
17
private $dictionaries;
18
19
5
public function __construct(Collection $dictionaries)