singleton('CacheService', CacheService::class); $this->orderCountingRecordService = app(OrderCountingRecordService::class); } public function testGet() { $start = '2020-11-03'; $end = '2020-11-09'; dd($this->orderCountingRecordService->orderCountingRecords($start, $end, null)); } }