diff --git a/src/Model/Memory.php b/src/Model/Memory.php index ddff0ad8..490c5153 100644 --- a/src/Model/Memory.php +++ b/src/Model/Memory.php @@ -25,4 +25,9 @@ class Memory return null; } + + public function flush(): void + { + $this->_memory = []; + } } \ No newline at end of file