We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc3a233 commit a2923bcCopy full SHA for a2923bc
src/Models/BinshopsBlogPost.php
@@ -26,6 +26,7 @@ class BinshopsBlogPost extends Model implements SearchResultInterface
26
*/
27
public $casts = [
28
'is_published' => 'boolean',
29
+ 'posted_at' => 'date'
30
];
31
32
/**
0 commit comments