Skip to content

Commit

Permalink
Update lib/Cronjob/Sync.php
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndr-w authored Sep 5, 2024
1 parent a1219e1 commit 3ef4a64
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/Cronjob/Sync.php
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,9 @@ public function getTypeName()
return rex_i18n::msg('neues_entry_sync_cronjob');
}

/**
* @return list<array<string, mixed>>
*/
public function getParamFields()
{
$media_categories = rex_sql::factory()->getArray('SELECT id, name FROM ' . rex::getTable('media_category'));
Expand Down

0 comments on commit 3ef4a64

Please sign in to comment.