Commit 54024d63ce33234b69b999ed74eb6dce365e3f8b

Authored by Yarik
1 parent 2a64feab

Namespaces

models/BrandLang.php
... ... @@ -43,7 +43,7 @@
43 43 {
44 44 return [
45 45 'slug' => [
46   - 'class' => 'artweb\artbox\ecommerce\behaviors\Slug',
  46 + 'class' => 'artweb\artbox\behaviors\Slug',
47 47 ],
48 48 ];
49 49 }
... ...
models/CategoryLang.php
... ... @@ -42,7 +42,7 @@
42 42 {
43 43 return [
44 44 'slug' => [
45   - 'class' => 'artweb\artbox\ecommerce\behaviors\Slug',
  45 + 'class' => 'artweb\artbox\behaviors\Slug',
46 46 ],
47 47 ];
48 48 }
... ...
models/ProductLang.php
... ... @@ -39,7 +39,7 @@
39 39 {
40 40 return [
41 41 'slug' => [
42   - 'class' => 'artweb\artbox\ecommerce\behaviors\Slug',
  42 + 'class' => 'artweb\artbox\behaviors\Slug',
43 43 ],
44 44 ];
45 45 }
... ...
models/TaxGroupLang.php
... ... @@ -40,7 +40,7 @@
40 40 {
41 41 return [
42 42 'slug' => [
43   - 'class' => 'artweb\artbox\ecommerce\behaviors\Slug',
  43 + 'class' => 'artweb\artbox\behaviors\Slug',
44 44 ],
45 45 ];
46 46 }
... ...
models/TaxOptionLang.php
... ... @@ -39,7 +39,7 @@
39 39 {
40 40 return [
41 41 'slug' => [
42   - 'class' => 'artweb\artbox\ecommerce\behaviors\Slug',
  42 + 'class' => 'artweb\artbox\behaviors\Slug',
43 43 'inAttribute' => 'value',
44 44 ],
45 45 ];
... ...