mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-31 21:34:35 -04:00
Minor fixes
This commit is contained in:
parent
d53f88a3fb
commit
aee7d6a098
@ -84,7 +84,12 @@ class ClientGatewayToken extends BaseModel
|
|||||||
return $this->hasOne(GatewayType::class, 'id', 'gateway_type_id');
|
return $this->hasOne(GatewayType::class, 'id', 'gateway_type_id');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function company(): \Illuminate\Database\Eloquent\Relations\BelongsTo
|
/**
|
||||||
|
* Company
|
||||||
|
*
|
||||||
|
* @return \Illuminate\Database\Eloquent\Relations\BelongsTo
|
||||||
|
*/
|
||||||
|
public function company()
|
||||||
{
|
{
|
||||||
return $this->belongsTo(Company::class);
|
return $this->belongsTo(Company::class);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user