Skip to content

Commit 865da14

Browse files
author
Alexander Miertsch
authored
Fix namespace
1 parent 9c92311 commit 865da14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/create_event_stream.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
declare(strict_types=1);
33

4-
namespace Prooph\Workshop;
4+
namespace Prooph\EventMachine;
55

66
use ArrayIterator;
77
use Prooph\EventStore\EventStore;
@@ -19,4 +19,4 @@
1919

2020
$eventStore->create(new Stream(new StreamName('event_stream'), new ArrayIterator()));
2121

22-
echo "done.\n";
22+
echo "done.\n";

0 commit comments

Comments
 (0)