From aa9d5ac221cbd5eea57ca4cd16bd1d1df682b769 Mon Sep 17 00:00:00 2001 From: Jeroen De Meerleer Date: Fri, 27 Sep 2019 19:37:35 +0200 Subject: [PATCH] Updated a.2 Showing the pairings of a specific round (markdown) --- a.2-Showing-the-pairings-of-a-specific-round.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/a.2-Showing-the-pairings-of-a-specific-round.md b/a.2-Showing-the-pairings-of-a-specific-round.md index a4a85b9..01c4041 100644 --- a/a.2-Showing-the-pairings-of-a-specific-round.md +++ b/a.2-Showing-the-pairings-of-a-specific-round.md @@ -13,7 +13,7 @@ require_once('vendor/autoload.php'); use JeroenED\Libpairtwo\IOFactory; use JeroenED\Libpairtwo\Enums\Result; -$reader = IOFactory::createReader('Pairtwo-6'); +$reader = IOFactory::createReader('Swar-4'); $reader->read('mycompetition.sws'); $tournament = $reader->getTournament(); $pairings = $tournament->getRoundByNo($_GET['round'])->getPairings();