示例#1
0
 /**
  * @param Skill $skill
  */
 protected function preCreate(Skill $skill)
 {
     $skill->setVersionComment('Created');
 }