Blame view

Module.php 193 Bytes
c882dc75   Yarik   first commit
1
2
  <?php
      
faf617f2   Yarik   Namespaces
3
      namespace artweb\artbox\design;
c882dc75   Yarik   first commit
4
5
6
7
8
9
10
11
12
      
      class Module extends \yii\base\Module
      {
          
          public function init()
          {
              parent::init();
          }
      }