Beispiel #1
0
 function __construct(Cache $cache, UserRepository $model)
 {
     parent::__construct($cache, $model);
 }
 function __construct(Cache $cache, QuestionTypeRepository $model)
 {
     parent::__construct($cache, $model);
 }