File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99use Illuminate \Foundation \Auth \ThrottlesLogins ;
1010use Pterodactyl \Exceptions \Repository \RecordNotFoundException ;
1111use Pterodactyl \Services \Sftp \AuthenticateUsingPasswordService ;
12- use Pterodactyl \Http \Requests \API \Remote \SftpAuthenticationFormRequest ;
12+ use Pterodactyl \Http \Requests \Api \Remote \SftpAuthenticationFormRequest ;
1313
1414class SftpController extends Controller
1515{
@@ -34,7 +34,7 @@ public function __construct(AuthenticateUsingPasswordService $authenticationServ
3434 * Authenticate a set of credentials and return the associated server details
3535 * for a SFTP connection on the daemon.
3636 *
37- * @param \Pterodactyl\Http\Requests\API \Remote\SftpAuthenticationFormRequest $request
37+ * @param \Pterodactyl\Http\Requests\Api \Remote\SftpAuthenticationFormRequest $request
3838 * @return \Illuminate\Http\JsonResponse
3939 *
4040 * @throws \Pterodactyl\Exceptions\Model\DataValidationException
Original file line number Diff line number Diff line change 11<?php
22
3- namespace Pterodactyl \Http \Requests \API \Remote ;
3+ namespace Pterodactyl \Http \Requests \Api \Remote ;
44
55use Illuminate \Foundation \Http \FormRequest ;
66
You can’t perform that action at this time.
0 commit comments