Commit b35124cfc034061679bbe4eae4a53ecc5c13d5a7

Authored by Anastasia
1 parent 8b638e12

basket ecommerce

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
models/Basket.php
... ... @@ -295,6 +295,8 @@
295 295 [
296 296 'lang',
297 297 'image',
  298 + 'category.lang',
  299 + 'brand.lang',
298 300 ]
299 301 );
300 302 },
... ...