Update PullModel.php

This commit is contained in:
Nicola Galgano 2023-08-26 09:59:33 +02:00 committed by GitHub
parent bf9baf91d0
commit 96c42ef1fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ 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\Filesystem\Folder;
use Joomla\CMS\Filesystem\Folder
use Joomla\Registry\Registry;
use RuntimeException;
use stdClass;