Skip to content

Commit

Permalink
Remove meaningless parameter (#42546)
Browse files Browse the repository at this point in the history
  • Loading branch information
baijunyao authored May 28, 2022
1 parent e000495 commit 34be11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Concerns/ManagesEvents.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function composer($views, $callback)
$composers = [];

foreach ((array) $views as $view) {
$composers[] = $this->addViewEvent($view, $callback, 'composing: ');
$composers[] = $this->addViewEvent($view, $callback);
}

return $composers;
Expand Down

0 comments on commit 34be11b

Please sign in to comment.