mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-25 09:42:10 +08:00
Updated translators, applied styleCI change
This commit is contained in:
parent
328bc88f02
commit
3a8a476906
1
.github/translators.txt
vendored
1
.github/translators.txt
vendored
|
@ -242,3 +242,4 @@ sgenc :: Turkish
|
|||
Shukrullo (vodiylik) :: Uzbek
|
||||
William W. (Nevnt) :: Chinese Traditional
|
||||
eamaro :: Portuguese
|
||||
Ypsilon-dev :: Arabic
|
||||
|
|
|
@ -625,7 +625,7 @@ class LdapTest extends TestCase
|
|||
'cn' => [$this->mockUser->name],
|
||||
// Test dumping binary data for avatar responses
|
||||
'jpegphoto' => base64_decode('/9j/4AAQSkZJRg=='),
|
||||
'dn' => ['dc=test' . config('services.ldap.base_dn')],
|
||||
'dn' => ['dc=test' . config('services.ldap.base_dn')],
|
||||
]]);
|
||||
|
||||
$resp = $this->post('/login', [
|
||||
|
|
Loading…
Reference in New Issue
Block a user