BUGFIX: Namespace changes

This commit is contained in:
Jeroen De Meerleer 2023-01-14 15:36:03 +01:00
parent 754e070cd7
commit 510e5baac3
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
1 changed files with 2 additions and 13 deletions

View File

@ -1,16 +1,5 @@
<?php
/**
* Reader Pairtwo6
*
* Reads out Pairtwo-6 and Pairtwo-5 files
*
* @author Jeroen De Meerleer <schaak@jeroened.be>
* @category Main
* @package Libpairtwo
* @copyright Copyright (c) 2018-2019 Jeroen De Meerleer <schaak@jeroened.be>
*/
namespace Blackbirdchess\Service\Import\Readers;
use DateTime;
@ -21,8 +10,8 @@ use Blackbirdchess\Service\Results\Enums\Result;
use Blackbirdchess\Service\Results\Enums\Tiebreak;
use Blackbirdchess\Service\Results\Enums\Title;
use Blackbirdchess\Service\Results\Enums\TournamentSystem;
use Blackbirdchess\Service\Results\Exceptions\IncompatibleReaderException;
use Blackbirdchess\Service\Results\Interfaces\ReaderInterface;
use Blackbirdchess\Service\Import\Exceptions\IncompatibleReaderException;
use Blackbirdchess\Service\Import\Interfaces\ReaderInterface;
use Blackbirdchess\Service\Results\Pairing;
use Blackbirdchess\Service\Results\Player;
use Blackbirdchess\Service\Results\Round;