From 2a72f7aa9ecb1b1d71d818675943f048c2365b80 Mon Sep 17 00:00:00 2001 From: Jeroen De Meerleer Date: Mon, 27 May 2019 13:20:15 +0200 Subject: [PATCH] Updated Showing the pairings of a specific player (markdown) --- Showing-the-pairings-of-a-specific-player.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Showing-the-pairings-of-a-specific-player.md b/Showing-the-pairings-of-a-specific-player.md index 3ae119d..bbe99fa 100644 --- a/Showing-the-pairings-of-a-specific-player.md +++ b/Showing-the-pairings-of-a-specific-player.md @@ -7,7 +7,7 @@ You can show the pairings of a specific player by using the `Player::getPairings require_once('vendor/autoload.php'); -use JeroenED\Libpairtwo\Sws; +use JeroenED\Libpairtwo\IOFactory; use JeroenED\Libpairtwo\Player; use JeroenED\Libpairtwo\Enums\Result;