Esempio n. 1
0
 public static function boot()
 {
     parent::boot();
     ProductCategory::deleting(function ($productTag) {
         File::delete($productTag->image);
     });
 }
Esempio n. 2
0
 public static function boot()
 {
     parent::boot();
     ProductCategory::deleting(function ($masterClass) {
         File::delete($masterClass->image);
     });
 }