Skip to content

Commit bee83c7

Browse files
authored
Use Hyperf\Pipeline\Pipeline instead of Hyperf\Utils\Pipeline (#5599)
1 parent babfee8 commit bee83c7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"require": {
2020
"php": ">=8.0",
2121
"doctrine/instantiator": "^1.0",
22+
"hyperf/pipeline": "~3.0.0",
2223
"nikic/php-parser": "^4.1",
2324
"php-di/phpdoc-reader": "^2.2",
2425
"psr/container": "^1.0|^2.0",

src/Aop/Pipeline.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use Closure;
1515
use Hyperf\Di\Exception\InvalidDefinitionException;
1616

17-
class Pipeline extends \Hyperf\Utils\Pipeline
17+
class Pipeline extends \Hyperf\Pipeline\Pipeline
1818
{
1919
protected function carry(): Closure
2020
{

0 commit comments

Comments
 (0)