예제 #1
0
파일: Post.php 프로젝트: stixlink/frm
 public function afterDelete()
 {
     $this->deleteImage();
     parent::afterDelete();
 }