singleton('CacheService', CacheService::class); $this->orderCountingRecordService = app(OrderCountingRecordService::class); } public function testGet() { $start = '2020-11-05'; $end = '2020-11-06'; ($this->orderCountingRecordService->get($start, $end, null)); } }