Commit 8fc224cd authored by Shakarim Sapa's avatar Shakarim Sapa

- Fix

parent 0ae405cc
...@@ -21,7 +21,7 @@ class BidController extends \common\components\BaseController ...@@ -21,7 +21,7 @@ class BidController extends \common\components\BaseController
{ {
return [ return [
'Add' => 'Добавление заявки', 'Add' => 'Добавление заявки',
'BlogAdd' => 'Добавление заявки в блог', 'Blogadd' => 'Добавление заявки в блог',
'Upload-files' => 'Загрузка файлов', 'Upload-files' => 'Загрузка файлов',
]; ];
} }
...@@ -85,7 +85,7 @@ class BidController extends \common\components\BaseController ...@@ -85,7 +85,7 @@ class BidController extends \common\components\BaseController
* @throws \Exception * @throws \Exception
* @throws \yii\web\NotFoundHttpException * @throws \yii\web\NotFoundHttpException
*/ */
public function actionBlogAdd() public function actionBlogadd()
{ {
echo "ASD"; die; echo "ASD"; die;
Yii::$app->response->format = Response::FORMAT_JSON; Yii::$app->response->format = Response::FORMAT_JSON;
......
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