Skip to content

Commit

Permalink
fix: Order paid_at dats
Browse files Browse the repository at this point in the history
  • Loading branch information
Yiddishe-Kop committed Nov 19, 2020
1 parent c627f2a commit 02a09a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/Order.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Order extends Model {
protected $guarded = [];

protected $dates = [
'paid_date'
'paid_at'
];

protected $casts = [
Expand Down

0 comments on commit 02a09a7

Please sign in to comment.