fixed urk
This commit is contained in:
parent
797065e505
commit
447eb80968
|
|
@ -53,4 +53,9 @@ class Product extends Model
|
|||
{
|
||||
return json_decode($this->variables, true);
|
||||
}
|
||||
|
||||
public function getUrlAttribute()
|
||||
{
|
||||
return shop_route('products.show', ['product' => $this]);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue