$object->getName(), 'description' => $object->getDescription(), 'head_id' => $object->getHeadId() ]; } /** * @return array */ protected function rules(): array { return [ 'name' => 'required' ]; } /** * @return array */ protected function messages(): array { return []; } }