Changed SITE_SETUP to SITE, using ->address instead of ->address(), added email_log, is now in views
This commit is contained in:
@@ -139,7 +139,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_SETUP')->site_name);
|
||||
return sprintf('Thank you for using %s for your Internet Services.',config('SITE')->site_name);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user