View file upload/src/addons/BS/Contests/Cron/Contest.php

File size: 184B
<?php

namespace BS\Contests\Cron;

class Contest
{
	public static function finishContests()
	{
		\XF::app()->repository('BS\Contests:Contest')->checkContestsToFinish();
	}
}