View file upload/src/addons/BS/Contests/Cron/Contest.php
<?php
namespace BS\Contests\Cron;
class Contest
{
public static function finishContests()
{
\XF::app()->repository('BS\Contests:Contest')->checkContestsToFinish();
}
}
<?php
namespace BS\Contests\Cron;
class Contest
{
public static function finishContests()
{
\XF::app()->repository('BS\Contests:Contest')->checkContestsToFinish();
}
}