Commit 7ddca600 by Klimov Paul

Unnecessary full class name usage removed

parent 106a078a
......@@ -18,7 +18,7 @@ namespace yii\base;
* @author Qiang Xue <qiang.xue@gmail.com>
* @since 2.0
*/
class Behavior extends \yii\base\Object
class Behavior extends Object
{
/**
* @var Component the owner of this behavior
......
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