Skip to content

Commit

Permalink
Using Hyperf\Tappable\tap instead of tap (#184)
Browse files Browse the repository at this point in the history
* Using `Hyperf\Tappable\tap` instead of `tap`

* ⚙️chore(dependencies) Add hyperf/tappable dependency and import tap function

---------

Co-authored-by: Deeka Wong <[email protected]>
  • Loading branch information
huangdijia and huangdijia authored Apr 6, 2023
1 parent 8803eb5 commit 253382d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"hyperf/contract": "~3.0.0",
"hyperf/di": "~3.0.0",
"hyperf/framework": "~3.0.0",
"hyperf/tappable": "~3.0.0",
"psy/psysh": "^0.10.0|^0.11.0"
},
"suggest": {
Expand Down
1 change: 1 addition & 0 deletions src/ClassAliasAutoloader.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
use Psy\Shell;

use function Hyperf\Collection\collect;
use function Hyperf\Tappable\tap;

class ClassAliasAutoloader
{
Expand Down

0 comments on commit 253382d

Please sign in to comment.