Skip to content

Commit 7e55e45

Browse files
committed
docs: fix CI3's method name
1 parent e4d3903 commit 7e55e45

File tree

1 file changed

+1
-1
lines changed
  • user_guide_src/source/database/utilities

1 file changed

+1
-1
lines changed

user_guide_src/source/database/utilities/006.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
$dbutil = \CodeIgniter\Database\Config::utils();
44

5-
if ($dbutil->optimize_table('table_name')) {
5+
if ($dbutil->optimizeTable('table_name')) {
66
echo 'Success!';
77
}

0 commit comments

Comments
 (0)