Start of service display

This commit is contained in:
Deon George
2019-06-29 10:14:12 +10:00
parent a426c7b1a4
commit 6103b61265
14 changed files with 426 additions and 33 deletions

View File

@@ -57,7 +57,7 @@ class Product extends Model
private function getDefaultLanguage()
{
return config('SITE_SETUP')->language;
return config('SITE_SETUP')->language();
}
public function getDescriptionAttribute()