Clean up code.

This commit is contained in:
James Cole
2021-06-12 08:40:35 +02:00
parent 5854dff37e
commit 10597e3bef
4 changed files with 48 additions and 7 deletions

View File

@@ -21,6 +21,8 @@
declare(strict_types=1);
use FireflyIII\Ldap\AttributeHandler;
return [
/*
|--------------------------------------------------------------------------
@@ -111,9 +113,7 @@ return [
'database' => [
'model' => FireflyIII\User::class,
'sync_passwords' => false,
'sync_attributes' => [
'email' => 'mail',
],
'sync_attributes' => AttributeHandler::class,
],
],
],