Commit 2561bc748b3f389d0ec8e3d68ce9b099b7a76645

Authored by Dmytry Fedorchuk
1 parent b2f45191

restet password mail

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
frontend/controllers/LoginController.php
... ... @@ -7,6 +7,8 @@ use yii\web\Controller;
7 7 use frontend\models\LoginForm;
8 8 use common\models\Customer;
9 9  
  10 +use common\widgets\Mailer;
  11 +
10 12 class LoginController extends Controller
11 13 {
12 14 //public $layout='layout';
... ...