Blame view

common/modules/language/Module.php 187 Bytes
d8c1a2e0   Yarik   Big commit artbox
1
2
3
4
5
6
  <?php
      
      namespace common\modules;
      
      class Module extends \yii\base\Module
      {
5c2eb7c8   Yarik   Big commit almost...
7
          
d8c1a2e0   Yarik   Big commit artbox
8
9
10
11
12
          public function init()
          {
              parent::init();
          }
      }