From 0e24c669c47f943a105813a1bc486dbb0edc3d1d Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Thu, 11 Jan 2018 20:08:49 -0600 Subject: [PATCH] docblock --- app/Http/Controllers/API/Admin/Nodes/AllocationController.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Http/Controllers/API/Admin/Nodes/AllocationController.php b/app/Http/Controllers/API/Admin/Nodes/AllocationController.php index b87f179a..9eb1d73c 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 *