mirror of
https://github.com/laravel/valet.git
synced 2026-02-05 08:30:07 +01:00
Revert "Reducing conflicts with other libraries like illuminate/support by wrapping the tap method in a function_exists conditional."
This reverts commit 8d74945391.
This commit is contained in:
@@ -108,7 +108,6 @@ function should_be_sudo()
|
||||
}
|
||||
}
|
||||
|
||||
if (! function_exists('tap')) {
|
||||
/**
|
||||
* Tap the given value.
|
||||
*
|
||||
@@ -122,7 +121,6 @@ function tap($value, callable $callback)
|
||||
|
||||
return $value;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the user
|
||||
|
||||
Reference in New Issue
Block a user