Skip to content

Commit f1665ae

Browse files
authored
Merge pull request #57 from Hackwar/patch-1
Adding missing use statement
2 parents d8c5fa8 + dcdf222 commit f1665ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/AbstractGithubObject.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
use Joomla\Http\Exception\UnexpectedResponseException;
1212
use Joomla\Http\Http as BaseHttp;
13+
use Joomla\Http\HttpFactory;
1314
use Joomla\Http\Response;
1415
use Joomla\Registry\Registry;
1516
use Joomla\Uri\Uri;

0 commit comments

Comments
 (0)