Skip to content

Commit 3d6a30c

Browse files
committed
Oops, don't make this abstract
1 parent 412ac5e commit 3d6a30c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Controllers/Api/Remote/SftpAuthenticationController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
use Pterodactyl\Http\Requests\Api\Remote\SftpAuthenticationFormRequest;
1616
use Symfony\Component\HttpKernel\Exception\TooManyRequestsHttpException;
1717

18-
abstract class SftpAuthenticationController extends Controller
18+
class SftpAuthenticationController extends Controller
1919
{
2020
use ThrottlesLogins;
2121

0 commit comments

Comments
 (0)