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