Skip to content

Commit

Permalink
Styling 🤙
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-rubel committed Mar 14, 2023
1 parent 26eb009 commit df9a672
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/Models/Coupon.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ class Coupon extends Model implements CouponContract
* @var array<string, string>
*/
protected $casts = [
'code' => 'string',
'type' => 'string',
'value' => 'string',
'data' => 'collection',
'quantity' => 'integer',
'limit' => 'integer',
'code' => 'string',
'type' => 'string',
'value' => 'string',
'data' => 'collection',
'quantity' => 'integer',
'limit' => 'integer',
'expires_at' => 'datetime',
];

Expand Down

0 comments on commit df9a672

Please sign in to comment.