Commit 6e91709a by Crisu83

fixed a missing import in BootBaseMenu

parent 9236cc9f
...@@ -7,6 +7,8 @@ ...@@ -7,6 +7,8 @@
* @package bootstrap.widgets * @package bootstrap.widgets
*/ */
Yii::import('bootstrap.widgets.BootWidget');
abstract class BootBaseMenu extends BootWidget abstract class BootBaseMenu extends BootWidget
{ {
/** /**
......
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