Update PullModel.php

This commit is contained in:
Nicola Galgano 2023-08-26 09:37:50 +02:00 committed by GitHub
parent 27bda02089
commit bf9baf91d0
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\Filesystem\File;
use Joomla\CMS\Filesystem
use Joomla\Filesystem\Folder;
use Joomla\Registry\Registry;
use RuntimeException;