Skip to content

Commit

Permalink
removed unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
dmeroff committed Nov 27, 2013
1 parent 6e076bf commit ba68d17
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion controllers/AuthController.php
@@ -1,6 +1,5 @@
<?php namespace dektrium\user\controllers;

use dektrium\user\models\LoginForm;
use yii\web\AccessControl;
use yii\web\Controller;
use yii\web\VerbFilter;
Expand Down
1 change: 0 additions & 1 deletion controllers/RegistrationController.php
@@ -1,6 +1,5 @@
<?php namespace dektrium\user\controllers;

use dektrium\user\models\ResendForm;
use yii\db\ActiveQuery;
use yii\web\AccessControl;
use yii\web\Controller;
Expand Down

0 comments on commit ba68d17

Please sign in to comment.