diff --git a/Concerns/ManagesEvents.php b/Concerns/ManagesEvents.php index b8583b8e1..d6cd9d81b 100644 --- a/Concerns/ManagesEvents.php +++ b/Concerns/ManagesEvents.php @@ -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;