Commit 641e1673 by Qiang Xue

Merge pull request #2044 from slavcodev/patch-1

Removing `abstract` in Module
parents 7eefdc6e fc35bc1d
...@@ -34,7 +34,7 @@ use Yii; ...@@ -34,7 +34,7 @@ use Yii;
* @author Qiang Xue <qiang.xue@gmail.com> * @author Qiang Xue <qiang.xue@gmail.com>
* @since 2.0 * @since 2.0
*/ */
abstract class Module extends Component class Module extends Component
{ {
/** /**
* @var array custom module parameters (name => value). * @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