From ff6827b368a6766262784f7159f64b48f4d85c64 Mon Sep 17 00:00:00 2001 From: "B.Fatih KOZ" <74361521+FatihKoz@users.noreply.github.com> Date: Fri, 14 May 2021 19:31:24 +0300 Subject: [PATCH] Fix Installer Completed Blade (#1185) We do not have a config.php anymore, page should refer to env.php for base level configuration. --- .../system/installer/install/steps/step3a-completed.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/system/installer/install/steps/step3a-completed.blade.php b/resources/views/system/installer/install/steps/step3a-completed.blade.php index e7d711f4..72fa125b 100644 --- a/resources/views/system/installer/install/steps/step3a-completed.blade.php +++ b/resources/views/system/installer/install/steps/step3a-completed.blade.php @@ -7,7 +7,7 @@
Edit the config.php to fill in some additional settings.
+Edit the env.php to fill in some additional settings.
Click the button to proceed to the login screen!