belongsTo(User::class); } public function gateway() { return $this->belongsTo(Gateway::class, 'gateway_id'); } public function services() { return $this->hasMany(Service::class, 'billing_agreement_id'); } }