Skip to content

Commit eac1ac5

Browse files
committed
Rename Process\ProcessManager to ProcessM\Manager
1 parent c1ac639 commit eac1ac5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/alias.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ class_alias(Swoole\Coroutine\FastCGI\Client::class, Co\FastCGI\Client::class, tr
1717
class_alias(Swoole\Coroutine\FastCGI\Client\Exception::class, Co\FastCGI\Client\Exception::class, true);
1818
class_alias(Swoole\Coroutine\FastCGI\Proxy::class, Co\FastCGI\Proxy::class, true);
1919
}
20+
21+
class_alias(Swoole\Process\Manager::class, Swoole\Process\ProcessManager::class, true);

src/core/Process/ProcessManager.php renamed to src/core/Process/Manager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use Swoole\Constant;
1515
use function Swoole\Coroutine\run;
1616

17-
class ProcessManager
17+
class Manager
1818
{
1919
/**
2020
* @var Pool

0 commit comments

Comments
 (0)