Форматирование
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
namespace App\Services;
|
||||
|
||||
use App\Models\Department;
|
||||
use App\Models\DepartmentPatient;
|
||||
use App\Models\MedicalHistorySnapshot;
|
||||
use App\Models\MetrikaResult;
|
||||
use App\Models\ObservationPatient;
|
||||
@@ -73,7 +72,7 @@ class AutoReportService
|
||||
->exactPeriod($dateRange->startSql(), $dateRange->endSql())
|
||||
->first();
|
||||
|
||||
if ($existingReport && !$force) {
|
||||
if ($existingReport && ! $force) {
|
||||
return false; // Отчет уже существует
|
||||
}
|
||||
|
||||
@@ -120,5 +119,4 @@ class AutoReportService
|
||||
DB::table('reports')->where('report_id', $report->report_id)->delete();
|
||||
});
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user