Update administrator/components/com_patchtester/src/Model/PullModel.php

Co-authored-by: Dimitris Grammatikogiannis <dg@dgrammatiko.dev>
This commit is contained in:
Roland Dalmulder 2023-08-26 11:34:08 +02:00 committed by GitHub
parent b1f2f31e3a
commit becd79ae33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ use Joomla\Component\Patchtester\Administrator\Github\Exception\UnexpectedRespon
use Joomla\Component\Patchtester\Administrator\GitHub\GitHub;
use Joomla\Component\Patchtester\Administrator\GithubCredentialsTrait;
use Joomla\Component\Patchtester\Administrator\Helper\Helper;
use Joomla\CMS\Filesystem
use Joomla\CMS\Filesystem\File;
use Joomla\CMS\Filesystem\Folder
use Joomla\Registry\Registry;
use RuntimeException;