Logo white

Administrator / artbox-event

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • artbox-event
  • Module.php
  • add event to composer
    cd976a8d
    Administrator authored
    2016-11-22 02:36:22 +0200  
    Browse Code ยป
Module.php 189 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12
<?php
    namespace artweb\artbox\event;
    
    class Module extends \yii\base\Module
    {
        public function init()
        {
            parent::init();

        }
        
    }