Code Cleanups
This commit is contained in:
		@@ -22,10 +22,6 @@ class EventParticipant extends CommonModel {
 | 
			
		||||
		return $return;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	public function get_group() : CommonModel {
 | 
			
		||||
		return EventGroup::load_by_id(MainController::KOMPASS_EVENTS_GROUPS, $this->gruppe_id);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	public function __construct() {
 | 
			
		||||
		$this->_tablename = 'kompass_veranstaltungen_teilis';
 | 
			
		||||
	}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user