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