@@ -11,7 +11,7 @@ |
||
11 | 11 | { |
12 | 12 | public function dehydrate(Response $response): void |
13 | 13 | { |
14 | - if (! ToastManager::componentRendered()) { |
|
14 | + if (!ToastManager::componentRendered()) { |
|
15 | 15 | foreach (ToastManager::pull() ?? [] as $notification) { |
16 | 16 | $this->dispatchBrowserEvent('toast', $notification); |
17 | 17 | } |