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

- Fix

parent b97f696e
...@@ -40,11 +40,10 @@ class BlogBidController extends BaseController { ...@@ -40,11 +40,10 @@ class BlogBidController extends BaseController {
} }
} catch (\Exception $e) { } catch (\Exception $e) {
$transaction->rollBack(); $transaction->rollBack();
echo "ASD"; die;
throw $e; throw $e;
} }
} } else {
else { var_dump($model->load(Yii::$app->request->post())); die;
throw new NotFoundHttpException('The requested page does not exist.'); 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