diff --git a/_build/data/transport.core.events.php b/_build/data/transport.core.events.php index 8a2c1f47a4f..ed1b5882a87 100644 --- a/_build/data/transport.core.events.php +++ b/_build/data/transport.core.events.php @@ -1025,7 +1025,7 @@ /* Contexts */ -$events['OnContextInit']= $xpdo->newObject(modEvent::class); +$events['OnContextInit'] = $xpdo->newObject(modEvent::class); $events['OnContextInit']->fromArray([ 'name' => 'OnContextInit', 'service' => 1,