Logo white

Anastasia / cloud-bank

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • cloud-bank
  • common
  • models
  • ProductLang.php
  • bug fix
    a442f66d
    Anastasia authored
    2017-09-21 09:29:52 +0300  
    Browse Code ยป
ProductLang.php 233 Bytes
Edit Raw Blame History
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
    {
        
    }