Blame view

common/models/ProductLang.php 233 Bytes
a442f66d   Anastasia   bug fix
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  <?php
      /**
       * Created by PhpStorm.
       * User: stes
       * Date: 20.09.17
       * Time: 18:55
       */
      
      namespace common\models;
      
      class ProductLang extends \artbox\catalog\models\ProductLang
      {
          
      }