Skip to content
Snippets Groups Projects
Commit 72795534 authored by Jared Hancock's avatar Jared Hancock
Browse files

orm: Setup list for refetching on ::reset()

parent d5103855
No related branches found
No related tags found
No related merge requests found
......@@ -1568,6 +1568,7 @@ class InstrumentedList extends ModelInstanceManager {
function reset() {
$this->cache = array();
unset($this->resource);
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment