コード例 #1
0
ファイル: ServiceCategory.php プロジェクト: jasonhai/onehome
 protected function beforeDelete()
 {
     $this->removeImage();
     return parent::beforeDelete();
 }