*/ protected $fillable = [ 'user_id', 'name', 'department_id', 'email', 'account', 'role', ]; /** * The attributes that should be hidden for serialization. * * @var array */ protected $hidden = [ 'password', ]; /** * The attributes that should be cast. * * @var array */ protected $casts = [ ]; }