Skip to content

Commit

Permalink
Support Swoole v6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
limingxinleo committed Dec 17, 2024
1 parent d553c0b commit b56bfde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

require BASE_PATH . '/vendor/autoload.php';

Runtime::enableCoroutine(true, swoole_hook_flags());
Runtime::enableCoroutine(swoole_hook_flags());

ClassLoader::init();

Expand Down

0 comments on commit b56bfde

Please sign in to comment.