mirror of
https://github.com/JeroenED/libpairtwo.git
synced 2024-11-21 22:17:41 +01:00
Reader-Interface requires getTournament
This commit is contained in:
parent
d6c4e99983
commit
c2f698df8a
@ -3,7 +3,10 @@
|
|||||||
|
|
||||||
namespace JeroenED\Libpairtwo\Interfaces;
|
namespace JeroenED\Libpairtwo\Interfaces;
|
||||||
|
|
||||||
|
use JeroenED\Libpairtwo\Tournament;
|
||||||
|
|
||||||
interface ReaderInterface
|
interface ReaderInterface
|
||||||
{
|
{
|
||||||
public function read($filename);
|
public function read($filename);
|
||||||
|
public function getTournament(): Tournament;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user