Browse Source

Using MySQLi driver with Swoole (#5158)

vka 5 years ago
parent
commit
4a1aad25ba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/PHP/hamlet/swoole.php

+ 1 - 1
frameworks/PHP/hamlet/swoole.php

@@ -2,7 +2,7 @@
 
 require_once __DIR__ . '/vendor/autoload.php';
 
-$database = new \Hamlet\Database\MySQLSwoole\MySQLSwooleDatabase(
+$database = new \Hamlet\Database\MySQL\MySQLDatabase(
     'tfb-database',
     'benchmarkdbuser',
     'benchmarkdbpass',