Skip to content

Commit 1238d31

Browse files
Add missing use statement (#188)
1 parent 13cd2b1 commit 1238d31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/Gitonomy/Git/Reference/Tag.php

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
namespace Gitonomy\Git\Reference;
1414

15+
use Gitonomy\Git\Commit;
1516
use Gitonomy\Git\Exception\ProcessException;
1617
use Gitonomy\Git\Exception\RuntimeException;
1718
use Gitonomy\Git\Parser\ReferenceParser;

0 commit comments

Comments
 (0)