Overrides AttributeBagInterface::replace
public function replace(array $attributes) : void { $this->attributes = []; foreach ($attributes as $key => $value) { $this->set($key, $value); } }