belongsTo(Event::class); } public static function deadlineNotPast() { return Audition::where('entry_deadline', '>=', now())->get(); } // TODO add order column to be able to sort in score order }