Alexey Boroda
/
new-acdc
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
d92086340c4d302161ae7ca1852f5f1ddd77878e
Authored by
alex
2018-07-31 14:59:20 +0300
1 parent
f0981e12
fix 3
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
frontend/controllers/SiteController.php
Inline
Side-by-side
frontend/controllers/SiteController.php
Wrap text
Show/Hide comments
View file @
d920863
...
...
@@ -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', 'Заявка успешно отправлена'),
...
...