Форматирование
This commit is contained in:
@@ -2,15 +2,13 @@
|
||||
|
||||
namespace App\Services;
|
||||
|
||||
use App\Models\MisMigrationPatient;
|
||||
use Illuminate\Support\Facades\DB;
|
||||
|
||||
class RecipientPatientService
|
||||
{
|
||||
public function __construct(
|
||||
protected CurrentPatientService $currentPatientService
|
||||
)
|
||||
{ }
|
||||
protected CurrentPatientService $currentPatientService
|
||||
) {}
|
||||
|
||||
// Получить IDs поступивших
|
||||
public function getRecipientMedicalHistoryIds(
|
||||
@@ -90,7 +88,7 @@ class RecipientPatientService
|
||||
$dateRange
|
||||
);
|
||||
|
||||
if (!$includeCurrent) {
|
||||
if (! $includeCurrent) {
|
||||
return array_values(array_unique($recipientIds));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user