31
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-06-10 17:22:21 +00:00

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

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;