Start of ordering

This commit is contained in:
Deon George
2018-08-10 00:10:51 +10:00
parent ca402df525
commit 499d44289e
15 changed files with 554 additions and 73 deletions

View File

@@ -77,7 +77,7 @@ class Service extends Model
public function getCategoryAttribute()
{
return $this->product->prod_plugin_file;
return $this->product->category;
}
public function getNameAttribute()