We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea0e1dc commit 674407dCopy full SHA for 674407d
1 file changed
src/Collection/Collection.php
@@ -45,7 +45,6 @@ public function remove(string $name): void
45
if ($this->has($name)) {
46
unset($this->values[$name]);
47
}
48
- throw $this->notFound($name);
49
50
51
public function count(): int
0 commit comments