|bool */ protected $guarded = ['id']; /** * The attributes that are mass assignable. * * @var array */ protected $fillable = [ 'account_id', 'user_id', 'name', 'timestamp', ]; }