@@ -1,5 +1,4 @@ |
||
| 1 | 1 | <?php |
| 2 | -use yii\widgets\ActiveForm; |
|
| 3 | 2 | use yii\helpers\Html; |
| 4 | 3 | use yii\helpers\Url; |
| 5 | 4 | use yii\web\JsExpression; |
@@ -1,5 +1,4 @@ |
||
| 1 | 1 | <?php |
| 2 | -use yii\helpers\Html; |
|
| 3 | 2 | use yii\web\JsExpression; |
| 4 | 3 | use rkit\fileapi\Widget as FileApi; |
| 5 | 4 | ?> |
@@ -1,5 +1,4 @@ |
||
| 1 | 1 | <?php |
| 2 | -use yii\helpers\Html; |
|
| 3 | 2 | use yii\web\JsExpression; |
| 4 | 3 | use rkit\fileapi\Widget as FileApi; |
| 5 | 4 | ?> |
@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace app\helpers; |
| 4 | 4 | |
| 5 | -use Yii; |
|
| 6 | 5 | use yii\helpers\Html; |
| 7 | 6 | |
| 8 | 7 | class Util |
@@ -54,7 +54,6 @@ |
||
| 54 | 54 | * Collect model errors |
| 55 | 55 | * |
| 56 | 56 | * @param Model $model the model to be validated |
| 57 | - * @param mixed $attributes list of attributes that should be validated. |
|
| 58 | 57 | * @return array the error message array indexed by the attribute IDs. |
| 59 | 58 | */ |
| 60 | 59 | public static function collectModelErrors($model) |