Merge pull request #5723 from turbo124/v5-develop
Fixes for invitation URL for invoicing.co subdomain
This commit is contained in:
commit
ef67e33c7c
1 changed files with 1 additions and 1 deletions
|
|
@ -448,7 +448,7 @@ class Company extends BaseModel
|
|||
if($this->portal_mode == 'domain')
|
||||
return $this->portal_domain;
|
||||
|
||||
return "https://{$this->subdomain}" . config('ninja.app_domain');
|
||||
return "https://{$this->subdomain}." . config('ninja.app_domain');
|
||||
}
|
||||
|
||||
return config('ninja.app_url');
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue