Skip to content

Commit

Permalink
lib-graph 5.1.2 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
esokullu committed Jul 20, 2017
1 parent 0482d6d commit 2783162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pho/Framework/AbstractEdge.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public function __construct(ParticleInterface $tail, ?ParticleInterface $head =
parent::__construct(
$tail,
$head,
$this->_resolvePredicate($predicate, Predicate::class)
$this->resolvePredicate($predicate, Predicate::class)
);
$this->_setNotification()->execute();
}
Expand Down

0 comments on commit 2783162

Please sign in to comment.