diff --git a/HttpServer/Action.php b/HttpServer/Action.php index c41d9fec..10e06cce 100644 --- a/HttpServer/Action.php +++ b/HttpServer/Action.php @@ -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; }