Commit d92086340c4d302161ae7ca1852f5f1ddd77878e

Authored by alex
1 parent f0981e12

fix 3

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
frontend/controllers/SiteController.php
... ... @@ -210,6 +210,7 @@
210 210 ]
211 211 );
212 212 if ($model->load(Yii::$app->request->post()) && $model->save()) {
  213 + die(var_dump($model));
213 214 return [
214 215 'success' => true,
215 216 'message' => \Yii::t('app', 'Заявка успешно отправлена'),
... ...