File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
app/Http/Controllers/Api/Application/Locations Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1414use Pterodactyl \Http \Requests \Api \Application \Locations \GetLocationRequest ;
1515use Pterodactyl \Http \Requests \Api \Application \Locations \GetLocationsRequest ;
1616use Pterodactyl \Http \Requests \Api \Application \Locations \DeleteLocationRequest ;
17+ use Pterodactyl \Http \Requests \Api \Application \Locations \StoreLocationRequest ;
1718use Pterodactyl \Http \Requests \Api \Application \Locations \UpdateLocationRequest ;
1819
1920class LocationController extends ApplicationApiController
@@ -92,7 +93,7 @@ public function view(GetLocationRequest $request): array
9293 * Store a new location on the Panel and return a HTTP/201 response code with the
9394 * new location attached.
9495 *
95- * @param \Pterodactyl\Http\Controllers \Api\Application\Locations\StoreLocationRequest $request
96+ * @param \Pterodactyl\Http\Requests \Api\Application\Locations\StoreLocationRequest $request
9697 * @return \Illuminate\Http\JsonResponse
9798 *
9899 * @throws \Pterodactyl\Exceptions\Model\DataValidationException
You can’t perform that action at this time.
0 commit comments