The trait Usamamuneerchaudhary\Com...fy\Traits\HasUserAvatar requires the property $email which is not provided by Usamamuneerchaudhary\Commentify\Models\User.
The trait Illuminate\Database\Eloquent\Factories\HasFactory requires the property $factoryClass which is not provided by Usamamuneerchaudhary\Commentify\Models\User.
Loading history...
13
14
/**
15
* @var string
16
*/
17
protected $table = 'users';
18
19
/**
20
* @return UserFactory
21
*/
22
protected static function newFactory(): UserFactory