Commit bfaad013 authored by Shakarim Sapa's avatar Shakarim Sapa

- Тест

parent 938f080d
......@@ -35,12 +35,11 @@ class DefaultController extends BaseController
* @param $email
* @throws \yii\web\NotFoundHttpException
*/
public function actionAdd(){
public function actionAdd($email){
// Результирующий массив
$result = [
'result' => false
];
echo "ASD"; die;
// Получили и переопределили данные из формы
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