芝麻web文件管理V1.00
编辑当前文件:/home/shaabmuni/public_html/public/crm/app/Console/Commands/SendReport.php
setQueue(); $this_report = new NotificationController($mail); $report = $this_report->send_notification(); if ($report !== 0) { loging('sending-mail-report', 'Report has send', 'info'); //\Log::info("Report has send"); $this->info('Report has send'); } else { loging('sending-mail-report', 'Nothing to send', 'info'); $this->info('Nothing to send'); } } } catch (Exception $ex) { //dd($ex); $this->error($ex->getMessage()); } } }