Skip to content

Commit 61530d2

Browse files
committed
Adjust validation
1 parent a0077ac commit 61530d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/ConnectionData.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
class ConnectionData extends Data
77
{
88
public array $rules = [
9-
'base_url' => 'required|nullable',
9+
'base_url' => 'string|nullable',
1010
'code' => 'required|string',
1111
'client_id' => 'required|string',
1212
'client_secret' => 'required|string',

0 commit comments

Comments
 (0)