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 45ac8be commit a81f167Copy full SHA for a81f167
.github/workflows/dependabot-auto-merge.yml
@@ -14,7 +14,7 @@ jobs:
14
15
- name: Dependabot metadata
16
id: metadata
17
- uses: dependabot/fetch-metadata@v2.5.0
+ uses: dependabot/fetch-metadata@v2.4.0
18
with:
19
github-token: "${{ secrets.GITHUB_TOKEN }}"
20
src/Resources/UserResource/Schemas/UserForm.php
@@ -38,7 +38,6 @@ public static function configure(Schema $schema): Schema
38
->label(__('Email'))
39
->prefixIcon(fn (): BackedEnum => Heroicon::Envelope, true)
40
->email()
41
- ->unique()
42
->required(),
43
44
Select::make('roles')
0 commit comments