Skip to content

Commit fe99621

Browse files
committed
FIXED : PHP Fatal error: Class 'PhpOffice\Common\Shared\Drawing' not found in /home/travis/build/PHPOffice/Common/tests/Common/Tests/DrawingTest.php on line 34
1 parent a5c9476 commit fe99621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Common/Tests/DrawingTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
namespace PhpOffice\Common\Tests;
1818

19-
use PhpOffice\Common\Shared\Drawing;
19+
use PhpOffice\Common\Drawing;
2020

2121
/**
2222
* Test class for IOFactory

0 commit comments

Comments
 (0)