Skip to content

Commit

Permalink
Fixed relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
robotsnowfall committed Dec 4, 2011
1 parent af26d85 commit 05f670c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/example1/example1b.php
Expand Up @@ -22,7 +22,7 @@


$repository = new \Tracks\EventStore\Repository( $repository = new \Tracks\EventStore\Repository(
new \Tracks\EventStore\EventStorage\Memory, new \Tracks\EventStore\EventStorage\Memory,
new \Tracks\EventHandler\ConfigBasedRouter('events.ini'), new \Tracks\EventHandler\ConfigBasedRouter(dirname(__FILE__).DIRECTORY_SEPARATOR.'events.ini'),
new \Tracks\EventStore\SnapshotStorage\Memory new \Tracks\EventStore\SnapshotStorage\Memory
); );


Expand Down

0 comments on commit 05f670c

Please sign in to comment.