mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-01 11:39:41 +08:00
unneeded use class
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user