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 3ef4a64 commit c338b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cronjob/Sync.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

class Sync extends rex_cronjob
{
private static $ENDPOINT = '/rest/neues/entry/5.0.0/';
private const ENDPOINT = '/rest/neues/entry/5.0.0/';

private $counter = [
'category' => ['created' => 0, 'updated' => 0],
Expand Down

0 comments on commit c338b9f

Please sign in to comment.