This commit is contained in:
Dane Everitt 2018-01-11 20:08:49 -06:00
parent cf21fd5a4b
commit 0e24c669c4
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53

View file

@ -64,6 +64,8 @@ class AllocationController extends Controller
/** /**
* Delete a specific allocation from the Panel. * Delete a specific allocation from the Panel.
* *
* @param \Illuminate\Http\Request $request
* @param int $node
* @param \Pterodactyl\Models\Allocation $allocation * @param \Pterodactyl\Models\Allocation $allocation
* @return \Illuminate\Http\Response * @return \Illuminate\Http\Response
* *