Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit 6471c7c

Browse files
committed
Merge branch 'v2'
* v2: Removed semicolon @ line 47 in recaptcha.php
2 parents 086f355 + 5631c80 commit 6471c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/recaptcha.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@
4444
* IP addresses for which validation will be skipped
4545
*
4646
*/
47-
'skip_ip' => [];
47+
'skip_ip' => []
4848
];

0 commit comments

Comments
 (0)