Commit 938f080d authored by Shakarim Sapa's avatar Shakarim Sapa

- Тест

parent 6833078d
......@@ -35,11 +35,12 @@ class DefaultController extends BaseController
* @param $email
* @throws \yii\web\NotFoundHttpException
*/
public function actionAdd($email){
public function actionAdd(){
// Результирующий массив
$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