Oops, don't make this abstract

This commit is contained in:
DaneEveritt 2022-05-15 16:06:00 -04:00
parent 412ac5ef39
commit 3d6a30c9fd
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53

View file

@ -15,7 +15,7 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
use Pterodactyl\Http\Requests\Api\Remote\SftpAuthenticationFormRequest;
use Symfony\Component\HttpKernel\Exception\TooManyRequestsHttpException;
abstract class SftpAuthenticationController extends Controller
class SftpAuthenticationController extends Controller
{
use ThrottlesLogins;