NTO-2269 Remove references to Epoch#9
Conversation
akhumphrey
left a comment
There was a problem hiding this comment.
It's absolutely fine to stop here, but we could potentially do more if you're keen. I looked back at the original commit which introduced this functionality (2e51fa9), and noticed that several other methods were added at the same time as getEpoch().
Grepping for each of them, it looks like only getTotalResults() is still in use in deepwell, so we could potentially also remove getHydrationQuery(), getHydratedFromCollection() and getHydrated() at the same time.
What do you reckon?
|
I think we can remove
|
|
|
||
| return $results->rowCount(); | ||
| } | ||
|
|


No description provided.