Logo white

Yarik / artbox-seo

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • artbox-seo
  • Module.php
  • Namespaces
    310f4542
    Yarik authored
    2016-11-09 18:53:49 +0200  
    Browse Code ยป
Module.php 190 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12
<?php
    
    namespace artweb\artbox\seo;
    
    class Module extends \yii\base\Module
    {
        
        public function init()
        {
            parent::init();
        }
    }