Completed
Push — master ( 80db05...3c1969 )
by Schlaefer
02:43
created
plugins/Installer/src/Controller/InstallController.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types = 1);
3
+declare(strict_types=1);
4 4
 
5 5
 /**
6 6
  * Saito - The Threaded Web Forum
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
         if ($secured && $hasSettingsTable) {
71 71
             $this->log('Installer found Settings-table. Moving on to Updater.', LogLevel::INFO, ['saito.install']);
72 72
             //// disable installer and move on to updater instead
73
-            (new File(CONFIG . 'installer'))->delete();
73
+            (new File(CONFIG.'installer'))->delete();
74 74
 
75 75
             return $this->redirect('/');
76 76
         }
Please login to merge, or discard this patch.