Skip to content

Commit 16d8b96

Browse files
committed
Fix missing import
1 parent da1cf8d commit 16d8b96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Flow.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
use Fhaculty\Graph\Algorithm\BaseGraph;
66
use Fhaculty\Graph\Edge\Base as Edge;
77
use Fhaculty\Graph\Edge\Directed as EdgeDirected;
8+
use Fhaculty\Graph\Exception\UnexpectedValueException;
89
use Fhaculty\Graph\Graph;
910
use Fhaculty\Graph\Vertex;
1011

0 commit comments

Comments
 (0)