1 2
<?php
3
namespace artweb\artbox\design;
4 5 6 7 8 9 10 11 12
class Module extends \yii\base\Module { public function init() { parent::init(); } }