/**
	 * Disable the soft_delete behavior for this model
	 */
	public static function disableSoftDelete()
	{
		AbsenceEleveTraitementQuery::disableSoftDelete();
	}