Skip to content

Commit

Permalink
Merge branch 'master' into edge-edit-permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
esokullu committed Aug 29, 2018
2 parents fe16a1a + 3d5819d commit 792d153
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playground/twitter.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
];

$kernel = new \Pho\Kernel\Kernel($configs);
$founder = new \PhoNetworksAutogenerated\User($kernel, $kernel->space(), "1234567");
$founder = new \PhoNetworksAutogenerated\User($kernel, $kernel->space(), "user1", "1234567");
$kernel->boot($founder);
$user = new \PhoNetworksAutogenerated\User($kernel, $kernel->graph(), "1234567");
$user = new \PhoNetworksAutogenerated\User($kernel, $kernel->graph(), "user2", "1234567");

0 comments on commit 792d153

Please sign in to comment.