docs
docs copied to clipboard
eloquent 커서 설명 중 어색한 부분 수정
기존 해석에 '수화되지' 않는다라는 부분을 살펴보니 단순히 번역된거 같아서 조금 더 자연스럽게 바꿔봤습니다.
원문
The cursor method will only execute a single database query; however, the individual Eloquent models will not be hydrated until they are actually iterated over. Therefore, only one Eloquent model is kept in memory at any given time while iterating over the cursor.