Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
prolic committed Jan 22, 2017
1 parent 8237d8e commit 38f3bc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/register_and_change_username.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
$command = new RegisterUser(['id' => '1', 'name' => 'Alex', 'email' => 'member@getprooph.org']);

$state = $dispatch($command);

echo "User was registered: \n";
echo json_encode($state) . "\n\n";

Expand Down

0 comments on commit 38f3bc3

Please sign in to comment.