url($reset); return [ 'name' => 'audio', 'text' => 'Your browser does not support the audio tag.', 'attributes' => $attributes ]; } /** * Reset medium. * * @return $this */ public function reset() { parent::reset(); $this->attributes['controls'] = true; return $this; } }