diff --git a/src/Collection/Collection.php b/src/Collection/Collection.php index 273840632..58f532014 100644 --- a/src/Collection/Collection.php +++ b/src/Collection/Collection.php @@ -45,7 +45,6 @@ public function remove(string $name): void if ($this->has($name)) { unset($this->values[$name]); } - throw $this->notFound($name); } public function count(): int