@@ -87,7 +87,7 @@ |
||
| 87 | 87 | $this->sessionLogout( |
| 88 | 88 | $this->request, |
| 89 | 89 | $this->configData, |
| 90 | - function ($redirect) { |
|
| 90 | + function($redirect) { |
|
| 91 | 91 | $this->router->response() |
| 92 | 92 | ->redirect($redirect) |
| 93 | 93 | ->send(true); |
@@ -161,7 +161,7 @@ |
||
| 161 | 161 | $this->sessionLogout( |
| 162 | 162 | $this->request, |
| 163 | 163 | $this->configData, |
| 164 | - function ($redirect) { |
|
| 164 | + function($redirect) { |
|
| 165 | 165 | $this->router->response() |
| 166 | 166 | ->redirect($redirect) |
| 167 | 167 | ->send(true); |