Skip to content

Commit

Permalink
fixed use of DomainValidator moved to hipanel-core
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Oct 6, 2015
1 parent 3f25af8 commit 907ff1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/Hdomain.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
namespace hipanel\modules\hosting\models;

use hipanel\modules\client\validators\LoginValidator as ClientLoginValidator;
use hipanel\modules\domain\validators\DomainValidator;
use hipanel\modules\hosting\validators\LoginValidator as AccountLoginValidator;
use hipanel\validators\DomainValidator;
use hipanel\validators\IpValidator;
use Yii;
use yii\web\JsExpression;
Expand Down

0 comments on commit 907ff1a

Please sign in to comment.