Skip to content

Commit

Permalink
Fix: Process/Manager missing import for Pool (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
doubaokun committed Feb 8, 2023
1 parent a9e889a commit b3388a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Process/Manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
*/
namespace OpenSwoole\Core\Process;

use OpenSwoole\Process\Pool;

class Manager
{
/**
Expand Down

0 comments on commit b3388a0

Please sign in to comment.