Commit 726a7609 authored by Shakarim Sapa's avatar Shakarim Sapa

- Fix

parent 1fe1f36a
......@@ -30,9 +30,9 @@ class BlogBidController extends BaseController {
try {
if($model->save()) {
$model->send();
var_dump($model->getErrors());
die;
$model->send();
$transaction->commit();
......
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