@@ -60,7 +60,7 @@ |
||
60 | 60 | |
61 | 61 | public function handle(Event $event): void { |
62 | 62 | $serverContainer = $this->serverContainer; |
63 | - $this->initialStateService->provideLazyInitialState(Application::APP_ID, 'data', function () use ($serverContainer) { |
|
63 | + $this->initialStateService->provideLazyInitialState(Application::APP_ID, 'data', function() use ($serverContainer) { |
|
64 | 64 | return $serverContainer->query(JSDataService::class); |
65 | 65 | }); |
66 | 66 |