diff --git a/app/Http/Controllers/API/Admin/Nodes/AllocationController.php b/app/Http/Controllers/API/Admin/Nodes/AllocationController.php index b87f179a6..9eb1d73cf 100644 --- a/app/Http/Controllers/API/Admin/Nodes/AllocationController.php +++ b/app/Http/Controllers/API/Admin/Nodes/AllocationController.php @@ -64,6 +64,8 @@ class AllocationController extends Controller /** * Delete a specific allocation from the Panel. * + * @param \Illuminate\Http\Request $request + * @param int $node * @param \Pterodactyl\Models\Allocation $allocation * @return \Illuminate\Http\Response *