Skip to content

Commit 6828be1

Browse files
committed
Missing imports
1 parent bfe1211 commit 6828be1

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/Package/Repositories/Commits.php

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

1111
use Joomla\Github\AbstractPackage;
1212
use Joomla\Http\Exception\UnexpectedResponseException;
13+
use Joomla\Uri\Uri;
1314

1415
/**
1516
* GitHub API Repositories Commits class for the Joomla Framework.

src/Package/Repositories/Contents.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
namespace Joomla\Github\Package\Repositories;
1010

1111
use Joomla\Github\AbstractPackage;
12+
use Joomla\Uri\Uri;
1213

1314
/**
1415
* GitHub API Repositories Contents class for the Joomla Framework.

0 commit comments

Comments
 (0)