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

Commit 5631c80

Browse files
committed
Merge branch 'bugfix/issue-8-config-recaptcha-php-line-47' into v2
* bugfix/issue-8-config-recaptcha-php-line-47: Removed semicolon @ line 47 in recaptcha.php
2 parents 086f355 + e966c9f commit 5631c80

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)