Example #1
0
 public static function boot()
 {
     parent::boot();
     Region::deleted(function ($region) {
         $region->quotations()->delete();
     });
 }