diff --git a/app/Import/Storage/ImportStorage.php b/app/Import/Storage/ImportStorage.php index e5b9f1fec8..a644af60b0 100644 --- a/app/Import/Storage/ImportStorage.php +++ b/app/Import/Storage/ImportStorage.php @@ -214,7 +214,7 @@ class ImportStorage { Log::debug('Check if is a double transfer.'); if ($parameters['type'] !== TransactionType::TRANSFER) { - Log::debug(sprintf('Is a %s, not a transfer so no.' . $parameters['type'])); + Log::debug(sprintf('Is a %s, not a transfer so no.', $parameters['type'])); return false; }