*/ protected $fillable = [ 'name', ]; /** * The attributes that should be hidden for serialization. * * @var array */ protected $hidden = [ 'remember_token', ]; /** * Get the attributes that should be cast. * * @return array */ protected function casts(): array { return []; } }