Commit 2d39e28c authored by Shakarim Sapa's avatar Shakarim Sapa

- Временное отключение отправки письма

parent e5deefb6
......@@ -30,9 +30,7 @@ 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