View file upload/src/addons/xenMade/ACPE/Cron/SoftwareVersions.php
<?php
namespace xenMade\ACPE\Cron;
class SoftwareVersions
{
public static function fetchNewVersions()
{
/** @var \xenMade\ACPE\Repository\SoftwareVersions $repo */
$repo = \XF::repository('xenMade\ACPE:SoftwareVersions');
$repo->getSoftwareVersions();
}
}