Commit 7b7175f0 authored by Shakarim Sapa's avatar Shakarim Sapa

- Fix

parent 8bd26d5f
......@@ -43,7 +43,7 @@ class BlogBidController extends BaseController {
throw $e;
}
} else {
var_dump($model->load(Yii::$app->request->post())); die;
var_dump(Yii::$app->request->post()); die;
throw new NotFoundHttpException('The requested page does not exist.');
}
}
......
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