We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1018706 commit eba1e9eCopy full SHA for eba1e9e
public/index.php
@@ -53,4 +53,4 @@
53
// LOAD THE FRAMEWORK BOOTSTRAP FILE
54
require $paths->systemDirectory . '/Boot.php';
55
56
-exit(CodeIgniter\Boot::BootWeb($paths));
+exit(CodeIgniter\Boot::bootWeb($paths));
spark
@@ -81,4 +81,4 @@ $paths = new Config\Paths();
81
82
83
84
-exit(CodeIgniter\Boot::BootSpark($paths));
+exit(CodeIgniter\Boot::bootSpark($paths));
0 commit comments