Skip to content

Commit a2923bc

Browse files
committed
fix: posted_at as date
1 parent cc3a233 commit a2923bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Models/BinshopsBlogPost.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ class BinshopsBlogPost extends Model implements SearchResultInterface
2626
*/
2727
public $casts = [
2828
'is_published' => 'boolean',
29+
'posted_at' => 'date'
2930
];
3031

3132
/**

0 commit comments

Comments
 (0)