'empty-state-bar']; /** * Create an empty list * * @param mixed $content */ public function __construct($content) { $this->content = $content; } protected function assemble(): void { $this->add($this->content); } }