diff --git a/models/BrandLang.php b/models/BrandLang.php index 6cbb07f..93abf8f 100755 --- a/models/BrandLang.php +++ b/models/BrandLang.php @@ -43,7 +43,7 @@ { return [ 'slug' => [ - 'class' => 'artweb\artbox\ecommerce\behaviors\Slug', + 'class' => 'artweb\artbox\behaviors\Slug', ], ]; } diff --git a/models/CategoryLang.php b/models/CategoryLang.php index 0cbb513..dd3f667 100755 --- a/models/CategoryLang.php +++ b/models/CategoryLang.php @@ -42,7 +42,7 @@ { return [ 'slug' => [ - 'class' => 'artweb\artbox\ecommerce\behaviors\Slug', + 'class' => 'artweb\artbox\behaviors\Slug', ], ]; } diff --git a/models/ProductLang.php b/models/ProductLang.php index 5a86be0..e283fe7 100755 --- a/models/ProductLang.php +++ b/models/ProductLang.php @@ -39,7 +39,7 @@ { return [ 'slug' => [ - 'class' => 'artweb\artbox\ecommerce\behaviors\Slug', + 'class' => 'artweb\artbox\behaviors\Slug', ], ]; } diff --git a/models/TaxGroupLang.php b/models/TaxGroupLang.php index 9e62f41..0237791 100755 --- a/models/TaxGroupLang.php +++ b/models/TaxGroupLang.php @@ -40,7 +40,7 @@ { return [ 'slug' => [ - 'class' => 'artweb\artbox\ecommerce\behaviors\Slug', + 'class' => 'artweb\artbox\behaviors\Slug', ], ]; } diff --git a/models/TaxOptionLang.php b/models/TaxOptionLang.php index 7fcd2ea..733ca89 100755 --- a/models/TaxOptionLang.php +++ b/models/TaxOptionLang.php @@ -39,7 +39,7 @@ { return [ 'slug' => [ - 'class' => 'artweb\artbox\ecommerce\behaviors\Slug', + 'class' => 'artweb\artbox\behaviors\Slug', 'inAttribute' => 'value', ], ]; -- libgit2 0.21.4