We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3dfe04 commit 8476e64Copy full SHA for 8476e64
src/helpers.php
@@ -12,7 +12,7 @@ function tap($value, $callback = null)
12
{
13
if (is_null($callback)) {
14
if (class_exists(\Illuminate\Support\HigherOrderTapProxy::class)) {
15
- return new \HigherOrderTapProxy\HigherOrderTapProxy($value);
+ return new \Illuminate\Support\HigherOrderTapProxy($value);
16
}
17
18
return new \ZhenMu\Support\Utils\HigherOrderTapProxy($value);
0 commit comments