Site related updates

This commit is contained in:
Deon George
2021-12-17 16:09:03 +11:00
parent 8d194c5523
commit b7b6a575bc
10 changed files with 71 additions and 19 deletions

View File

@@ -141,7 +141,7 @@ class Invoice extends Model implements IDs
// @todo Move this to a site configuration
public function getInvoiceTextAttribute()
{
return sprintf('Thank you for using %s for your Internet Services.',config('SITE')->site_name);
return sprintf('Thank you for using %s for your Internet Services.',config('site')->site_name);
}
/**