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