Skip to content

Commit

Permalink
Made PaymentPethod instructions attribute translatable
Browse files Browse the repository at this point in the history
  • Loading branch information
Eoler committed Nov 21, 2024
1 parent bc4f885 commit 3d3a07c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/PaymentMethod.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ class PaymentMethod extends Model
public $translatable = [
'name',
'description',
'instructions',
];

/**
Expand Down

0 comments on commit 3d3a07c

Please sign in to comment.