true, ]; /** * @var array */ protected $fillable = [ 'balance', 'total_expenses', 'total_revenue', 'withdrawable', ]; /** * @var array */ protected $casts = [ 'withdrawable' => 'bool', ]; }