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 a43ff56 commit 5159f8aCopy full SHA for 5159f8a
src/Models/BinshopsPost.php
@@ -16,6 +16,7 @@ class BinshopsPost extends Model
16
*/
17
public $casts = [
18
'is_published' => 'boolean',
19
+ 'posted_at' => 'date'
20
];
21
22
/**
0 commit comments