public function forget($keys) { foreach ((array) $keys as $key) { $this->offsetUnset($key); } return $this; }