Skip to content

Commit df7f5a4

Browse files
authored
Merge pull request #341 from epostavs/patch-1
Use utf8mb4 instead of utf8 in commented-out starter code
2 parents 46e75ab + 221db50 commit df7f5a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2719,7 +2719,7 @@ public function executeCommand() {
27192719
// 'username'=>'',
27202720
// 'password'=>'',
27212721
// 'database'=>'',
2722-
// 'charset'=>'utf8'
2722+
// 'charset'=>'utf8mb4'
27232723
// ));
27242724
// $api->executeCommand();
27252725

0 commit comments

Comments
 (0)