Skip to content

Commit

Permalink
🎨 Fix discrepancy introduced in #307
Browse files Browse the repository at this point in the history
  • Loading branch information
Log1x committed Jan 18, 2025
1 parent 29a1c2a commit eb2d1bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Widget.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit eb2d1bb

Please sign in to comment.