Commit f562cbc0 by Alexander Makarov

Merge pull request #4841 from tebazil/patch-1

[ci skip] unneeded use Model
parents c6a1afe2 269cb078
......@@ -17,7 +17,6 @@ To define a behavior, create a class that extends [[yii\base\Behavior]], or exte
```php
namespace app\components;
use yii\base\Model;
use yii\base\Behavior;
class MyBehavior extends 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