Blame view

common/models/VariantLang.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 VariantLang extends \artbox\catalog\models\VariantLang
      {
          
      }