Skip to content

Commit

Permalink
force delete on product attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
arfenis committed Aug 2, 2024
1 parent 6ffd97f commit 1858766
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class ProductsAttributes extends BaseModel
use HasCompositePrimaryKeyTrait;

protected $table = 'products_attributes';
protected $forceDeleting = true;
protected $guarded = [
'products_id',
'attributes_id',
Expand Down

0 comments on commit 1858766

Please sign in to comment.