Commit eef320d5 authored by Shakarim Sapa's avatar Shakarim Sapa

- Fix

parent 34aa9f54
......@@ -36,11 +36,11 @@ class BlogBidController extends BaseController {
return ['success' => true];
} else {
echo "ASD"; die;
return ActiveForm::validate($model);
}
} catch (Exception $e) {
$transaction->rollBack();
echo "ASD"; die;
throw $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