Completed
Push — master ( f5a29a...8a5dcc )
by Alexander
9s
created
src/Controllers/TranslatorAdminController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -164,7 +164,7 @@
 block discarded – undo
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 {
Please login to merge, or discard this patch.