for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace app\modules\backend;
/*
* @link http://www.diemeisterei.de/
*
* @copyright Copyright (c) 2014 diemeisterei GmbH, Stuttgart
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
use yii\helpers\ArrayHelper;
/**
* Class Module.
* @author Tobias Munk <[email protected]>
class Module extends \yii\base\Module
{
}