Fixes for admin urls

This commit is contained in:
David Bomba 2023-06-11 22:59:06 +10:00
parent e3d73ed05d
commit e6921a3303

View File

@ -72,7 +72,7 @@ class ImportCompleted extends Mailable
'client_gateway_token_count' => $this->company->client_gateway_tokens()->count(), 'client_gateway_token_count' => $this->company->client_gateway_tokens()->count(),
'tax_rate_count' => $this->company->tax_rates()->count(), 'tax_rate_count' => $this->company->tax_rates()->count(),
'document_count' => $this->company->documents()->count(), 'document_count' => $this->company->documents()->count(),
'url' => Ninja::isHosted() ? config('ninja.react_url') : config('ninja.app_url'),
]); ]);
return $this return $this