File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1515error_reporting (E_ALL );
1616
1717! defined ('BASE_PATH ' ) && define ('BASE_PATH ' , dirname (__DIR__ , 1 ));
18- ! defined ('SWOOLE_HOOK_FLAGS ' ) && define ('SWOOLE_HOOK_FLAGS ' , SWOOLE_HOOK_ALL );
19-
2018require BASE_PATH . '/vendor/autoload.php ' ;
19+ ! defined ('SWOOLE_HOOK_FLAGS ' ) && define ('SWOOLE_HOOK_FLAGS ' , Hyperf \Engine \DefaultOption::hookFlags ());
2120
2221// Self-called anonymous function that creates its own scope and keep the global namespace clean.
2322(function () {
Original file line number Diff line number Diff line change 1717 "hyperf/command" : " ~3.0.0" ,
1818 "hyperf/config" : " ~3.0.0" ,
1919 "hyperf/db-connection" : " ~3.0.0" ,
20+ "hyperf/engine" : " ^2.10" ,
2021 "hyperf/framework" : " ~3.0.0" ,
2122 "hyperf/guzzle" : " ~3.0.0" ,
2223 "hyperf/http-server" : " ~3.0.0" ,
You can’t perform that action at this time.
0 commit comments