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

- Fix

parent c7676023
...@@ -37,6 +37,7 @@ class BlogBidController extends BaseController { ...@@ -37,6 +37,7 @@ class BlogBidController extends BaseController {
return ['success' => true]; return ['success' => true];
} else { } else {
var_dump(ActiveForm::validate($model)); var_dump(ActiveForm::validate($model));
die;
return ActiveForm::validate($model); return ActiveForm::validate($model);
} }
} catch (\Exception $e) { } catch (\Exception $e) {
......
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