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 3e63a91 commit 2e5e138Copy full SHA for 2e5e138
app/Http/Requests/SiteRequest.php
@@ -15,7 +15,7 @@ public function rules(): array
15
'string',
16
'url',
17
'max:255',
18
- new RemoteURL
+ new RemoteURL()
19
],
20
'key' => 'required|string|min:32|max:64',
21
];
0 commit comments