Форматирование
This commit is contained in:
@@ -8,5 +8,6 @@ use Illuminate\Support\Collection;
|
||||
interface PatientProviderInterface
|
||||
{
|
||||
public function getPatients(string $type, int $branchId, DateRange $dateRange, array $options = []): Collection;
|
||||
|
||||
public function getCount(string $type, int $branchId, DateRange $dateRange, array $options = []): int;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user