示例#1
0
文件: Post.php 项目: stixlink/frm
 public function afterDelete()
 {
     $this->deleteImage();
     parent::afterDelete();
 }