We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b40fdcd commit 02f3144Copy full SHA for 02f3144
src/Illuminate/Validation/Rules/In.php
@@ -3,8 +3,8 @@
3
namespace Illuminate\Validation\Rules;
4
5
use BackedEnum;
6
-use Stringable;
7
use Illuminate\Contracts\Support\Arrayable;
+use Stringable;
8
use UnitEnum;
9
10
class In implements Stringable
src/Illuminate/Validation/Rules/NotIn.php
class NotIn implements Stringable
0 commit comments