From: Christopher Tran Date: Sat, 27 Oct 2018 21:05:46 +0000 (-0400) Subject: switch spaces to tabs X-Git-Tag: v0.25.0~1^2~12^2 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/730cb78b455b75d1503008cbf39904898af3ffa1 switch spaces to tabs --- diff --git a/config/services.php b/config/services.php index 47fd2f2ff..98b1fce8e 100644 --- a/config/services.php +++ b/config/services.php @@ -148,7 +148,7 @@ return [ 'user_to_groups' => env('LDAP_USER_TO_GROUPS',false), 'group_attribute' => env('LDAP_GROUP_ATTRIBUTE', 'memberOf'), 'remove_from_groups' => env('LDAP_REMOVE_FROM_GROUPS',false), - 'tls_insecure' => env('LDAP_TLS_INSECURE', false), + 'tls_insecure' => env('LDAP_TLS_INSECURE', false), ] ];