Skip to content

Commit 0a17163

Browse files
committed
Merge remote-tracking branch 'origin/develop'
2 parents 6554d0c + 0d35335 commit 0a17163

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/Http/Requests/StoreLdapSettings.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ public function authorize(): bool
2222
*/
2323
public function rules(): array
2424
{
25-
\Log::error('boop');
2625
return [
2726
'ldap_username_field' => 'not_in:sAMAccountName|required_if:ldap_enabled,1',
2827
'ldap_auth_filter_query' => 'not_in:uid=samaccountname|required_if:ldap_enabled,1',

0 commit comments

Comments
 (0)