We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07da885 commit f38d7b0Copy full SHA for f38d7b0
1 file changed
lib/Skeleton/Object/Save.php
@@ -145,7 +145,6 @@ public function save($validate = true) {
145
*/
146
if (get_called_class()::trait_cache_enabled()) {
147
get_called_class()::cache_delete(get_called_class()::trait_get_cache_key($this));
148
- get_called_class()::cache_set(get_called_class()::trait_get_cache_key($this), $this);
149
}
150
151
0 commit comments