Skip to content

Commit

Permalink
Deprecate until
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephSilber authored Apr 23, 2020
1 parent 28d8727 commit 8cf661b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Traits/EnumeratesValues.php
Original file line number Diff line number Diff line change
Expand Up @@ -731,6 +731,8 @@ public function uniqueStrict($key = null)
*
* @param mixed $key
* @return static
*
* @deprecated Use the "takeUntil" method directly.
*/
public function until($value)
{
Expand Down

0 comments on commit 8cf661b

Please sign in to comment.