改名
This commit is contained in:
@@ -77,7 +77,7 @@ trait Action
|
|||||||
echo 'waite.';
|
echo 'waite.';
|
||||||
while ($server->isRunner()) {
|
while ($server->isRunner()) {
|
||||||
echo '.';
|
echo '.';
|
||||||
$pods = glob(storage('worker') . '/*');
|
$pods = glob(storage(null, 'worker') . '/*');
|
||||||
if (count($pods) < 1) {
|
if (count($pods) < 1) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user