mirror of
https://github.com/JeroenED/libpairtwo.git
synced 2024-11-01 04:56:28 +01:00
Reader-Interface requires getTournament
This commit is contained in:
parent
75a95f4af2
commit
a59706b445
@ -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