Commit eb6f08c3 authored by Shakarim Sapa's avatar Shakarim Sapa

- Fix

parent e7fa9340
...@@ -35,7 +35,6 @@ class BlogBidController extends BaseController { ...@@ -35,7 +35,6 @@ class BlogBidController extends BaseController {
$transaction = Yii::$app->db->beginTransaction(); $transaction = Yii::$app->db->beginTransaction();
try { try {
var_dump($model->save()); die;
if($model->save()) { if($model->save()) {
$model->send(); $model->send();
......
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