ComposerUpdate

This commit is contained in:
Anyon 2019-12-02 14:10:15 +08:00
parent d3a1a3f1d6
commit cb3b7fe314
2 changed files with 5 additions and 5 deletions

View File

@ -401,12 +401,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/zoujingli/ThinkLibrary.git", "url": "https://github.com/zoujingli/ThinkLibrary.git",
"reference": "f9467058cbd283adf2ff97ec94713586162b83d9" "reference": "f949f1314090d6f4ac5590fcc3a7c50168fd2dd5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/f9467058cbd283adf2ff97ec94713586162b83d9", "url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/f949f1314090d6f4ac5590fcc3a7c50168fd2dd5",
"reference": "f9467058cbd283adf2ff97ec94713586162b83d9", "reference": "f949f1314090d6f4ac5590fcc3a7c50168fd2dd5",
"shasum": "", "shasum": "",
"mirrors": [ "mirrors": [
{ {
@ -426,7 +426,7 @@
"qiniu/php-sdk": "^7.2", "qiniu/php-sdk": "^7.2",
"topthink/framework": "5.1.*" "topthink/framework": "5.1.*"
}, },
"time": "2019-12-02T03:40:05+00:00", "time": "2019-12-02T03:46:41+00:00",
"type": "library", "type": "library",
"installation-source": "dist", "installation-source": "dist",
"autoload": { "autoload": {

View File

@ -48,7 +48,7 @@ class ProcessService extends Service
/** /**
* 创建异步进程 * 创建异步进程
* @param string $command 任务指令 * @param string $command 任务指令
* @return ProcessService * @return $this
*/ */
public function create($command) public function create($command)
{ {