Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Emre Sokullu committed May 13, 2017
1 parent 6e5ff65 commit 8c696a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pho/Framework/Actor.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class Actor extends \Pho\Lib\Graph\Node implements ParticleInterface {
public function __construct(ContextInterface $context) {
parent::__construct($context);
$this->creator = $this;
$this->creator_id = $creator->id();
$this->creator_id = $this->id();
$this->enter($context);
$this->setupEdges();
}
Expand Down

0 comments on commit 8c696a6

Please sign in to comment.