Updated some comments to reflect its functionality better

This commit is contained in:
Abel Hoogeveen 2019-07-22 11:46:43 +02:00
parent f15c971ace
commit af476c6f3e
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ class Views
else else
$arguments = []; $arguments = [];
// Fire a view load event // Fire a viewGetEvent
/** @var ViewGetEvent $event */ /** @var ViewGetEvent $event */
try { try {
$event = Events::fireEvent('viewGetEvent', $viewName, $viewType, $viewPaths, $namespace, $controller, $arguments); $event = Events::fireEvent('viewGetEvent', $viewName, $viewType, $viewPaths, $namespace, $controller, $arguments);