Пример #1
0
 public function configureModel(CrudModel $model, array $config)
 {
     $model->setDates($config['field']);
     return $config;
 }