Skip to content

Commit 1c21011

Browse files
committed
Fix missing import
1 parent 2b0e963 commit 1c21011

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ShortestPath/MooreBellmanFord.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
use Fhaculty\Graph\Edge\Base as Edge;
66
use Fhaculty\Graph\Cycle;
77
use Fhaculty\Graph\Exception\NegativeCycleException;
8+
use Fhaculty\Graph\Exception\UnderflowException;
89

910
class MooreBellmanFord extends Base
1011
{

0 commit comments

Comments
 (0)