Overrides AttributeBagInterface::get
public function get(string $name, mixed $default = null) : mixed { return \array_key_exists($name, $this->attributes) ? $this->attributes[$name] : $default; }