View file upload/src/addons/xenMade/ACPE/Cron/SoftwareVersions.php

File size: 282B
<?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();
	}
}