We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c341e87 commit 05020d3Copy full SHA for 05020d3
src/Scout/Scout.php
@@ -38,6 +38,8 @@ public function get(): Collection
38
39
public function clear(): void
40
{
41
+ $this->getComponentStructures()->clear();
42
+
43
Cache::store($this->getCacheStore())->forget($this->getCacheKey());
44
}
45
0 commit comments