Rework on product name/description and translate
This commit is contained in:
@@ -6,12 +6,7 @@ use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class ProductTranslate extends Model
|
||||
{
|
||||
protected $table = 'ab_product_translate';
|
||||
protected $table = 'product_translate';
|
||||
|
||||
public $timestamps = FALSE;
|
||||
|
||||
public function getDescriptionFullAttribute($value)
|
||||
{
|
||||
return unserialize($value);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user