@@ -73,7 +73,7 @@ |
||
73 | 73 | Event::on( |
74 | 74 | View::class, |
75 | 75 | View::EVENT_BEFORE_RENDER_TEMPLATE, |
76 | - function (TemplateEvent $event) { |
|
76 | + function(TemplateEvent $event) { |
|
77 | 77 | Craft::debug( |
78 | 78 | 'View::EVENT_BEFORE_RENDER_TEMPLATE', |
79 | 79 | __METHOD__ |