Skip to content

Commit

Permalink
update include
Browse files Browse the repository at this point in the history
  • Loading branch information
HillLiu committed Mar 25, 2021
1 parent 49e96bf commit 1433d2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions supervisor.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function __construct()

public function init()
{
\PMVC\l(__DIR__.'/src/Signal.php');
\PMVC\l(__DIR__.'/src/Signal');
new Signal(); // call it in init to avoid infinity
}

Expand Down Expand Up @@ -106,7 +106,7 @@ public function process(callable $monitorCallBack = null)
$this->start($callbackId);
}
}
\PMVC\l(__DIR__.'/src/Monitor.php');
\PMVC\l(__DIR__.'/src/Monitor');
new Monitor($monitorCallBack);
}
}
Expand Down

0 comments on commit 1433d2e

Please sign in to comment.