@@ -1,6 +1,6 @@ discard block |
||
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 |
@@ -66,7 +66,7 @@ discard block |
||
66 | 66 | if ($hasSettingsTable) { |
67 | 67 | $this->log('Installer found Settings-table. Moving on to Updater.', LogLevel::INFO, ['saito.install']); |
68 | 68 | //// disable installer and move on to updater instead |
69 | - (new File(CONFIG . 'installer'))->delete(); |
|
69 | + (new File(CONFIG.'installer'))->delete(); |
|
70 | 70 | |
71 | 71 | return $this->redirect('/'); |
72 | 72 | } |