Commit 5d124d96f6cd376671fb4badde22f19c418aced1

Authored by alex
1 parent ab86aa32

Валидация формы

Showing 1 changed file with 1 additions and 3 deletions   Show diff stats
frontend/controllers/SiteController.php
... ... @@ -184,9 +184,7 @@
184 184 {
185 185  
186 186 Yii::$app->response->format = Response::FORMAT_JSON;
187   - $test=[2,4,5,2,5];
188   - $test=json_decode($test);
189   - die($test);
  187 +
190 188  
191 189 /**
192 190 * @var Mailer $mailer
... ...