Completed
Pull Request — 4.0 (#4064)
by Syunsuke
05:34
created
src/Eccube/Controller/Admin/Setting/System/SecurityController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
 
52 52
         if ($form->isSubmitted() && $form->isValid()) {
53 53
             //.envファイルが存在しないときに設定は失敗する
54
-            if( file_exists('.env') === false) {
54
+            if (file_exists('.env') === false) {
55 55
                 $this->addError('admin.common.save_error', 'admin');
56 56
                 return $this->redirectToRoute('admin_setting_system_security');
57 57
             }
Please login to merge, or discard this patch.