Fix phpcs things [skip ci]

This commit is contained in:
James Cole
2025-01-04 07:31:25 +01:00
parent 89a29b9b10
commit 1b97d8fd48
27 changed files with 6 additions and 32 deletions

View File

@@ -30,7 +30,6 @@ use FireflyIII\Console\Commands\VerifiesAccessToken;
use FireflyIII\Enums\AccountTypeEnum;
use FireflyIII\Exceptions\FireflyException;
use FireflyIII\Models\Account;
use FireflyIII\Models\AccountType;
use FireflyIII\Repositories\Account\AccountRepositoryInterface;
use FireflyIII\Repositories\Journal\JournalRepositoryInterface;
use FireflyIII\Support\Export\ExportDataGenerator;