Skip to content

Commit

Permalink
fix: 🐛 Remove leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
shaedrich committed Nov 2, 2024
1 parent e25e6c0 commit 4f6ed5e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Illuminate/Validation/Rule.php
Original file line number Diff line number Diff line change
Expand Up @@ -215,11 +215,10 @@ public static function dimensions(array $constraints = [])
/**
* Get an uuid rule builder instance.
*
* @param class-string $type
* @return \Illuminate\Validation\Rules\Uuid
*/
public static function uuid($type)
public static function uuid()
{
return new Uuid($type);
return new Uuid();
}
}

0 comments on commit 4f6ed5e

Please sign in to comment.