parent
a849ae9fc0
commit
324289a4d0
|
|
@ -31,7 +31,7 @@ class ViewRenderEventManager
|
|||
{
|
||||
$this->params = $params ?? [];
|
||||
|
||||
Event::fire($eventName, $this);
|
||||
Event::fire($eventName, $this->params);
|
||||
|
||||
return $this->templates;
|
||||
}
|
||||
|
|
@ -64,4 +64,4 @@ class ViewRenderEventManager
|
|||
|
||||
return $string;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue