From a6b08dff027ece95095f76b6a1b8167c34d141cb Mon Sep 17 00:00:00 2001 From: paulwer Date: Mon, 25 Dec 2023 08:24:02 +0100 Subject: [PATCH] cleanups --- app/Jobs/Bank/MatchBankTransactions.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Jobs/Bank/MatchBankTransactions.php b/app/Jobs/Bank/MatchBankTransactions.php index 750d9017528f..3403f1057e81 100644 --- a/app/Jobs/Bank/MatchBankTransactions.php +++ b/app/Jobs/Bank/MatchBankTransactions.php @@ -81,7 +81,6 @@ class MatchBankTransactions implements ShouldQueue * Execute the job. * */ - // TODO: what are these categories, and for what do we need them public function handle() { MultiDB::setDb($this->db);