Skip to content

Commit 254a00c

Browse files
committed
fix: correzione problema di aggiornamento data scadenza cache
1 parent 6fb7349 commit 254a00c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Models/Cache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class Cache extends Model
4444
];
4545
protected $casts = [
4646
'content' => 'array',
47-
'expire_at' => 'date',
47+
'expire_at' => 'datetime',
4848
];
4949

5050
public static function build($name = null, $valid_time = null, $expire_at = null)

0 commit comments

Comments
 (0)