This commit is contained in:
as2252258@163.com
2021-09-05 03:56:44 +08:00
parent 9497909749
commit ba059c379d
+1
View File
@@ -52,6 +52,7 @@ class Pipeline
*/
public function through($pipes)
{
if (empty($pipes)) return $this;
if (empty($this->pipes)) {
$this->pipes = is_array($pipes) ? $pipes : func_get_args();
} else {