From eb2d1bb43addecfddd64a4013b489e5576477a41 Mon Sep 17 00:00:00 2001 From: Brandon Date: Sat, 18 Jan 2025 01:29:05 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Fix=20discrepancy=20introduced?= =?UTF-8?q?=20in=20#307?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Widget.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Widget.php b/src/Widget.php index b76c2f0..9867b6b 100644 --- a/src/Widget.php +++ b/src/Widget.php @@ -128,7 +128,7 @@ public function widget($args, $instance) echo Arr::get($args, 'before_widget'); if (! empty($this->composer->title())) { - echo $this->collect([ + echo $this->composer->collect([ Arr::get($args, 'before_title'), $this->composer->title(), Arr::get($args, 'after_title'),