belongsTo(Currency::class, 'currency_id'); } /** * The attributes that should be cast to native types. * * @var array */ protected $casts = [ 'currency_id' => 'integer', 'phone_required' => 'integer', 'data' => 'json', 'manual_data' => 'json', 'charge' => 'integer', 'is_manual' => 'integer', 'accept_img' => 'integer', ]; }