From b3e3a17adda7d561821ebc1771b64651c1e6d0f3 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 16 Feb 2020 13:56:35 +0100 Subject: [PATCH] Update email address. --- app/Services/Bunq/ApiContext.php | 2 +- app/Services/Bunq/MonetaryAccount.php | 2 +- app/Services/Bunq/Payment.php | 2 +- app/Services/Currency/ExchangeRateInterface.php | 2 +- app/Services/Currency/FixerIOv2.php | 2 +- app/Services/FireflyIIIOrg/Update/UpdateRequest.php | 2 +- app/Services/FireflyIIIOrg/Update/UpdateRequestInterface.php | 2 +- app/Services/Github/Object/GithubObject.php | 2 +- app/Services/Github/Object/Release.php | 2 +- app/Services/Github/Request/GithubRequest.php | 2 +- app/Services/Github/Request/UpdateRequest.php | 2 +- app/Services/IP/IPRetrievalInterface.php | 2 +- app/Services/IP/IpifyOrg.php | 2 +- app/Services/Internal/Destroy/AccountDestroyService.php | 2 +- app/Services/Internal/Destroy/BillDestroyService.php | 2 +- app/Services/Internal/Destroy/BudgetDestroyService.php | 2 +- app/Services/Internal/Destroy/CategoryDestroyService.php | 2 +- app/Services/Internal/Destroy/CurrencyDestroyService.php | 2 +- app/Services/Internal/Destroy/JournalDestroyService.php | 2 +- app/Services/Internal/Destroy/RecurrenceDestroyService.php | 2 +- .../Internal/Destroy/TransactionGroupDestroyService.php | 2 +- app/Services/Internal/Support/AccountServiceTrait.php | 2 +- app/Services/Internal/Support/BillServiceTrait.php | 2 +- app/Services/Internal/Support/JournalServiceTrait.php | 2 +- app/Services/Internal/Support/LocationServiceTrait.php | 2 +- app/Services/Internal/Support/RecurringTransactionTrait.php | 2 +- app/Services/Internal/Support/TransactionTypeTrait.php | 2 +- app/Services/Internal/Update/AccountUpdateService.php | 2 +- app/Services/Internal/Update/BillUpdateService.php | 2 +- app/Services/Internal/Update/CategoryUpdateService.php | 2 +- app/Services/Internal/Update/CurrencyUpdateService.php | 2 +- app/Services/Internal/Update/GroupCloneService.php | 2 +- app/Services/Internal/Update/GroupUpdateService.php | 2 +- app/Services/Internal/Update/JournalUpdateService.php | 2 +- app/Services/Internal/Update/RecurrenceUpdateService.php | 2 +- app/Services/Password/PwndVerifierV2.php | 2 +- app/Services/Password/PwndVerifierV3.php | 2 +- app/Services/Password/Verifier.php | 2 +- app/Services/Spectre/Exception/DuplicatedCustomerException.php | 2 +- app/Services/Spectre/Exception/SpectreException.php | 2 +- app/Services/Spectre/Exception/WrongRequestFormatException.php | 2 +- app/Services/Spectre/Object/Account.php | 2 +- app/Services/Spectre/Object/Attempt.php | 2 +- app/Services/Spectre/Object/Customer.php | 2 +- app/Services/Spectre/Object/Holder.php | 2 +- app/Services/Spectre/Object/Login.php | 2 +- app/Services/Spectre/Object/SpectreObject.php | 2 +- app/Services/Spectre/Object/Token.php | 2 +- app/Services/Spectre/Object/Transaction.php | 2 +- app/Services/Spectre/Object/TransactionExtra.php | 2 +- app/Services/Spectre/Request/CreateTokenRequest.php | 2 +- app/Services/Spectre/Request/ListAccountsRequest.php | 2 +- app/Services/Spectre/Request/ListCustomersRequest.php | 2 +- app/Services/Spectre/Request/ListLoginsRequest.php | 2 +- app/Services/Spectre/Request/ListTransactionsRequest.php | 2 +- app/Services/Spectre/Request/NewCustomerRequest.php | 2 +- app/Services/Spectre/Request/SpectreRequest.php | 2 +- app/Services/Ynab/Request/GetAccountsRequest.php | 2 +- app/Services/Ynab/Request/GetBudgetsRequest.php | 2 +- app/Services/Ynab/Request/GetTransactionsRequest.php | 2 +- app/Services/Ynab/Request/YnabRequest.php | 2 +- 61 files changed, 61 insertions(+), 61 deletions(-) diff --git a/app/Services/Bunq/ApiContext.php b/app/Services/Bunq/ApiContext.php index e4740f0c3f..ea40d966c1 100644 --- a/app/Services/Bunq/ApiContext.php +++ b/app/Services/Bunq/ApiContext.php @@ -1,7 +1,7 @@