Skip to content

Commit eb2d1bb

Browse files
committed
🎨 Fix discrepancy introduced in #307
1 parent 29a1c2a commit eb2d1bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Widget.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public function widget($args, $instance)
128128
echo Arr::get($args, 'before_widget');
129129

130130
if (! empty($this->composer->title())) {
131-
echo $this->collect([
131+
echo $this->composer->collect([
132132
Arr::get($args, 'before_title'),
133133
$this->composer->title(),
134134
Arr::get($args, 'after_title'),

0 commit comments

Comments
 (0)