James Cole
4 years ago
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80
2 changed files with
25 additions and
1 deletions
-
app/Console/Commands/UpgradeImportConfigurations.php
-
app/Services/Shared/Import/Routine/InfoCollector.php
|
|
@ -1,4 +1,26 @@ |
|
|
|
<?php |
|
|
|
|
|
|
|
/* |
|
|
|
* UpgradeImportConfigurations.php |
|
|
|
* Copyright (c) 2022 james@firefly-iii.org |
|
|
|
* |
|
|
|
* This file is part of the Firefly III Data Importer |
|
|
|
* (https://github.com/firefly-iii/data-importer). |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
* published by the Free Software Foundation, either version 3 of the |
|
|
|
* License, or (at your option) any later version. |
|
|
|
* |
|
|
|
* This program is distributed in the hope that it will be useful, |
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
|
* GNU Affero General Public License for more details. |
|
|
|
* |
|
|
|
* You should have received a copy of the GNU Affero General Public License |
|
|
|
* along with this program. If not, see <https://www.gnu.org/licenses/>. |
|
|
|
*/ |
|
|
|
|
|
|
|
declare(strict_types=1); |
|
|
|
|
|
|
|
namespace App\Console\Commands; |
|
|
|
|
|
@ -1,5 +1,5 @@ |
|
|
|
<?php |
|
|
|
declare(strict_types=1); |
|
|
|
|
|
|
|
/* |
|
|
|
* InfoCollector.php |
|
|
|
* Copyright (c) 2022 james@firefly-iii.org |
|
|
@ -21,6 +21,8 @@ declare(strict_types=1); |
|
|
|
* along with this program. If not, see <https://www.gnu.org/licenses/>. |
|
|
|
*/ |
|
|
|
|
|
|
|
declare(strict_types=1); |
|
|
|
|
|
|
|
namespace App\Services\Shared\Import\Routine; |
|
|
|
|
|
|
|
use App\Services\Shared\Authentication\SecretManager; |
|
|
|