Skip to content

Commit b934ef5

Browse files
authored
Merge pull request #82 from Seldaek/patch-1
Fix namespace
2 parents 2660744 + 9fbe9fd commit b934ef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Common/AbstractEnum.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Zxing\Common\CharacterSetEci\AbstractEnum;
3+
namespace Zxing\Common;
44

55
use \Zxing\NotFoundException;
66
use ReflectionClass;

0 commit comments

Comments
 (0)