改名
This commit is contained in:
@@ -6,6 +6,7 @@ namespace HttpServer;
|
||||
|
||||
use Exception;
|
||||
|
||||
use JetBrains\PhpStorm\Pure;
|
||||
use Snowflake\Abstracts\Input;
|
||||
use Snowflake\Exception\ComponentException;
|
||||
use Snowflake\Snowflake;
|
||||
@@ -111,7 +112,7 @@ trait Action
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
private function getWorkerPath(): string
|
||||
#[Pure] private function getWorkerPath(): string
|
||||
{
|
||||
return "glob://" . ltrim(APP_PATH, '/') . '/storage/worker/*.sock';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user