I have the following in my cron file: class Guild { public static function Realms() { .....code here..... } } I'm getting an error regarding expecting { after class. Do I need to extend something...