Skip to content

Commit f8dfef0

Browse files
committed
api(remote): fix oops in BackupStatusController, yet again
1 parent 3a0b7d1 commit f8dfef0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Http/Controllers/Api/Remote/Backups/BackupStatusController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
use Pterodactyl\Http\Controllers\Controller;
1212
use Pterodactyl\Extensions\Backups\BackupManager;
1313
use Pterodactyl\Extensions\Filesystem\S3Filesystem;
14+
use Pterodactyl\Exceptions\Http\HttpForbiddenException;
1415
use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
1516
use Pterodactyl\Http\Requests\Api\Remote\ReportBackupCompleteRequest;
1617

0 commit comments

Comments
 (0)