Example #1
0
 /**
  * @inheritdoc
  */
 public function afterDelete()
 {
     parent::afterDelete();
     EntityToFile::deleteImages($this->formName(), $this->id);
 }