Skip to content

Commit

Permalink
combo - updated parent namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverFire committed May 22, 2015
1 parent 250d0d1 commit 5949337
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion views/ticket/_advanced_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
* @license http://hiqdev.com/hipanel/license
* @copyright Copyright (c) 2015 HiQDev
*/

use hiqdev\combo\StaticCombo;
use hipanel\modules\client\widgets\combo\ClientCombo;
use hipanel\widgets\combo\StaticCombo;
use yii\helpers\Url;
use yii\web\JsExpression;

Expand Down
3 changes: 1 addition & 2 deletions views/ticket/_search.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?php

use hipanel\modules\client\widgets\combo\ClientCombo;
use hipanel\widgets\combo\StaticCombo;
use kartik\widgets\Select2;
use hiqdev\combo\StaticCombo;
use kartik\widgets\DatePicker;
use yii\web\JsExpression;
use yii\widgets\ActiveForm;
Expand Down

0 comments on commit 5949337

Please sign in to comment.