|
@@ -3,10 +3,10 @@ |
|
|
block discarded – undo |
|
3
|
3
|
namespace MiniGameApp\Repository\EventSourced; |
|
4
|
4
|
|
|
5
|
5
|
use Broadway\EventSourcing\EventSourcingRepository; |
|
6
|
|
-use MiniGame\Entity\MiniGame; |
|
7
|
|
-use MiniGame\Entity\MiniGameId; |
|
8
|
6
|
use MiniGameApp\Exception\GameNotFoundException; |
|
9
|
7
|
use MiniGameApp\Repository\GameRepository; |
|
|
8
|
+use MiniGame\Entity\MiniGame; |
|
|
9
|
+use MiniGame\Entity\MiniGameId; |
|
10
|
10
|
|
|
11
|
11
|
class MiniGameEventSourcedRepository implements GameRepository |
|
12
|
12
|
{ |
Please login to merge, or discard this patch.