Commit bfaad013 authored by Shakarim Sapa's avatar Shakarim Sapa

- Тест

parent 938f080d
...@@ -35,12 +35,11 @@ class DefaultController extends BaseController ...@@ -35,12 +35,11 @@ class DefaultController extends BaseController
* @param $email * @param $email
* @throws \yii\web\NotFoundHttpException * @throws \yii\web\NotFoundHttpException
*/ */
public function actionAdd(){ public function actionAdd($email){
// Результирующий массив // Результирующий массив
$result = [ $result = [
'result' => false 'result' => false
]; ];
echo "ASD"; die;
// Получили и переопределили данные из формы // Получили и переопределили данные из формы
if(Yii::$app->request->isAjax) { if(Yii::$app->request->isAjax) {
// Создали модель // Создали модель
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment