Skip to content

Commit 038a93b

Browse files
committed
Merge branch 'release/v1.2.2'
2 parents 8da809f + 0d1d347 commit 038a93b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Post.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ class Post extends Model implements TaggableInterface
2222
*
2323
* @var array
2424
*/
25-
protected $dates = [
26-
'created_at',
27-
'updated_at',
28-
'published_at',
25+
protected $casts = [
26+
'created_at' => 'datetime',
27+
'updated_at' => 'datetime',
28+
'published_at' => 'datetime',
2929
];
3030

3131
/**

0 commit comments

Comments
 (0)