mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Big refactor to remove the deprecated transaction collector.
This commit is contained in:
@@ -67,7 +67,7 @@ class UpdateRequest implements GithubRequest
|
||||
|
||||
//fetch the products for each category
|
||||
if (isset($releaseXml->entry)) {
|
||||
Log::debug(sprintf('Count of entries is: %d', \count($releaseXml->entry)));
|
||||
Log::debug(sprintf('Count of entries is: %d', count($releaseXml->entry)));
|
||||
foreach ($releaseXml->entry as $entry) {
|
||||
$array = [
|
||||
'id' => (string)$entry->id,
|
||||
|
Reference in New Issue
Block a user