31
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-05-28 11:30:47 +00:00

Update administrator/components/com_patchtester/src/Controller/ResetController.php

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

View File

@ -18,7 +18,7 @@ use Joomla\CMS\Router\Route;
use Joomla\Component\Patchtester\Administrator\Model\PullModel;
use Joomla\Component\Patchtester\Administrator\Model\PullsModel;
use Joomla\Component\Patchtester\Administrator\Model\TestsModel;
use Joomla\CMS\Filesystem;
use Joomla\CMS\Filesystem\File;
// phpcs:disable PSR1.Files.SideEffects
\defined('_JEXEC') or die;