Fix some Laravel Pint issues
This commit is contained in:
parent
16b120bc73
commit
9743ba8eed
5 changed files with 4 additions and 5 deletions
|
@ -36,7 +36,7 @@ class Article extends Model
|
|||
];
|
||||
|
||||
/** @var array<string, string> */
|
||||
protected $casts = [
|
||||
protected $casts = [
|
||||
'created_at' => 'datetime',
|
||||
'updated_at' => 'datetime',
|
||||
'deleted_at' => 'datetime',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue