belongsTo(User::class, 'id_user'); } public function bank() { return $this->belongsTo(Operator::class); } public function customerAccountType() { return $this->belongsTo(CustomerAccountType::class, 'id'); } }