We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 080bb78 commit c7e798dCopy full SHA for c7e798d
1 file changed
src/Table.php
@@ -37,9 +37,7 @@ public function getRow(\CoolBeans\Contract\PrimaryKey $key) : \CoolBeans\Bridge\
37
38
public function findAll() : \CoolBeans\Bridge\Nette\Selection
39
{
40
- $cache = \array_values((array) $this->getContext())[3];
41
-
42
- return new \CoolBeans\Bridge\Nette\Selection($this->getContext(), $this->getContext()->getConventions(), $this->getName(), $cache);
+ return new \CoolBeans\Bridge\Nette\Selection($this->getContext(), $this->getContext()->getConventions(), $this->getName());
43
}
44
45
public function findByArray(array $filter) : \CoolBeans\Bridge\Nette\Selection
0 commit comments