mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-13 06:01:21 +00:00
add Memory::flush method
This commit is contained in:
parent
3123bd14c3
commit
0e64ab08ff
@ -25,4 +25,9 @@ class Memory
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
public function flush(): void
|
||||
{
|
||||
$this->_memory = [];
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user