Skip to content

Commit 3e2312d

Browse files
author
Kurt Friars
committed
Fix tests for Laravel 9
1 parent 6788ad2 commit 3e2312d

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tests/Models/User.php

-9
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,6 @@ protected static function newFactory()
4444
'password',
4545
];
4646

47-
/**
48-
* The attributes that should be cast.
49-
*
50-
* @var array<string, string>
51-
*/
52-
protected $casts = [
53-
'password' => 'hashed',
54-
];
55-
5647
public static function boot()
5748
{
5849
parent::boot();

0 commit comments

Comments
 (0)