@@ -164,7 +164,7 @@ |
||
| 164 | 164 | * @param $state string 'enabled|disabled' |
| 165 | 165 | * @return \Illuminate\Http\RedirectResponse |
| 166 | 166 | */ |
| 167 | - public function changeLiveMode ($state) { |
|
| 167 | + public function changeLiveMode($state) { |
|
| 168 | 168 | if ($state == 'enable') { |
| 169 | 169 | session(['translation_live_mode' => true]); |
| 170 | 170 | } else { |