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