Skip to content

Commit

Permalink
Merge branch '1.0-develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewpi committed Apr 16, 2024
2 parents 7f192dc + 6dc85c7 commit 5bcf6fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion SECURITY.md
Expand Up @@ -6,7 +6,6 @@ The following versions of Pterodactyl are receiving active support and maintenan

| Panel | Daemon | Supported |
|--------|--------------|--------------------|
| 1.10.x | wings@1.7.x | :white_check_mark: |
| 1.11.x | wings@1.11.x | :white_check_mark: |
| 0.7.x | daemon@0.6.x | :x: |

Expand Down
Expand Up @@ -34,8 +34,8 @@ public function index(ReportBackupCompleteRequest $request, string $backup): Jso
/** @var \Pterodactyl\Models\Node $node */
$node = $request->attributes->get('node');

/** @var \Pterodactyl\Models\Backup $backup */
$backup = Backup::query()
/** @var \Pterodactyl\Models\Backup $model */
$model = Backup::query()
->where('node_id', $node->id)
->where('uuid', $backup)
->firstOrFail();
Expand Down

0 comments on commit 5bcf6fd

Please sign in to comment.