delagics/yii2-app-another

View on GitHub
app/base/components/Controller.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace base\components;

/**
 * Class Controller is the base class of web controllers.
 * Not recommended to implement actions in this component.
 *
 * @package base\components
 */
class Controller extends \yii\web\Controller
{
}