Commit e4658f36d03297044e6789d00708ff646f742c81

Authored by mzavalniuk
1 parent 57099844

add prod email

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
frontend/controllers/SiteController.php
... ... @@ -229,7 +229,7 @@
229 229 $model = new Feedback([ 'scenario' => Feedback::SCENARIO_LEGAL_FEEDBACK ]);
230 230 $view = 'legalfeedback';
231 231 $isLoaded = $model->load(Yii::$app->request->post());
232   - $email = 'mihail.zavalniuk@gmail.com';//'haichenko_ky@kbenergy.com.ua';
  232 + $email = 'haichenko_ky@kbenergy.com.ua';
233 233 $model->setCalcJsonInfo();
234 234 break;
235 235  
... ...