初始化代码
This commit is contained in:
5
vendor/swoole/ide-helper/output/swoole_lib/alias.php
vendored
Normal file
5
vendor/swoole/ide-helper/output/swoole_lib/alias.php
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
if (SWOOLE_USE_SHORTNAME) {
|
||||
class_alias(Swoole\Coroutine\WaitGroup::class, Co\WaitGroup::class, false);
|
||||
class_alias(Swoole\Coroutine\Server::class, Co\Server::class, false);
|
||||
}
|
||||
Reference in New Issue
Block a user