Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Aug 6, 2024
1 parent 8bd7a9b commit 3be925c
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/Illuminate/Support/ValidatedInput.php
Original file line number Diff line number Diff line change
Expand Up @@ -562,17 +562,6 @@ public function getIterator(): Traversable
return new ArrayIterator($this->input);
}

/**
* Determine if the validated inputs contains a given input item key.
*
* @param string|array $key
* @return bool
*/
public function exists($key)
{
return $this->has($key);
}

/**
* Determine if the validated inputs contains any of the given inputs.
*
Expand Down

0 comments on commit 3be925c

Please sign in to comment.