Skip to content

Commit 74bdbea

Browse files
committed
Sneaky files
1 parent 06335a1 commit 74bdbea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/Http/Controllers/API/Remote/SftpController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
use Illuminate\Foundation\Auth\ThrottlesLogins;
1010
use Pterodactyl\Exceptions\Repository\RecordNotFoundException;
1111
use Pterodactyl\Services\Sftp\AuthenticateUsingPasswordService;
12-
use Pterodactyl\Http\Requests\API\Remote\SftpAuthenticationFormRequest;
12+
use Pterodactyl\Http\Requests\Api\Remote\SftpAuthenticationFormRequest;
1313

1414
class 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

app/Http/Requests/Api/Remote/SftpAuthenticationFormRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Pterodactyl\Http\Requests\API\Remote;
3+
namespace Pterodactyl\Http\Requests\Api\Remote;
44

55
use Illuminate\Foundation\Http\FormRequest;
66

0 commit comments

Comments
 (0)