Skip to content

Commit 8476e64

Browse files
authored
fix: class error
1 parent d3dfe04 commit 8476e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function tap($value, $callback = null)
1212
{
1313
if (is_null($callback)) {
1414
if (class_exists(\Illuminate\Support\HigherOrderTapProxy::class)) {
15-
return new \HigherOrderTapProxy\HigherOrderTapProxy($value);
15+
return new \Illuminate\Support\HigherOrderTapProxy($value);
1616
}
1717

1818
return new \ZhenMu\Support\Utils\HigherOrderTapProxy($value);

0 commit comments

Comments
 (0)