Skip to content

Commit 2e5e138

Browse files
committed
cs fix
1 parent 3e63a91 commit 2e5e138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Requests/SiteRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public function rules(): array
1515
'string',
1616
'url',
1717
'max:255',
18-
new RemoteURL
18+
new RemoteURL()
1919
],
2020
'key' => 'required|string|min:32|max:64',
2121
];

0 commit comments

Comments
 (0)