Skip to content

Commit eba1e9e

Browse files
committed
fix: method name case
1 parent 1018706 commit eba1e9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@
5353
// LOAD THE FRAMEWORK BOOTSTRAP FILE
5454
require $paths->systemDirectory . '/Boot.php';
5555

56-
exit(CodeIgniter\Boot::BootWeb($paths));
56+
exit(CodeIgniter\Boot::bootWeb($paths));

spark

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ $paths = new Config\Paths();
8181
// LOAD THE FRAMEWORK BOOTSTRAP FILE
8282
require $paths->systemDirectory . '/Boot.php';
8383

84-
exit(CodeIgniter\Boot::BootSpark($paths));
84+
exit(CodeIgniter\Boot::bootSpark($paths));

0 commit comments

Comments
 (0)