Update and build.

This commit is contained in:
James Cole
2021-07-03 12:32:02 +02:00
parent 3d81315769
commit 739d01efe4
44 changed files with 459 additions and 300 deletions

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace FireflyIII\Console\Commands;

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/*
* AttributeHandler.php
* Copyright (c) 2021 james@firefly-iii.org
@@ -38,4 +39,4 @@ class AttributeHandler
$database->email = $ldap->getFirstAttribute('mail');
$database->save();
}
}
}