Commit fc35bc1d by Veaceslav Medvedev

Removing `abstract` in Module

parent 7eefdc6e
......@@ -34,7 +34,7 @@ use Yii;
* @author Qiang Xue <qiang.xue@gmail.com>
* @since 2.0
*/
abstract class Module extends Component
class Module extends Component
{
/**
* @var array custom module parameters (name => value).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment