Refactoring of FingerprintPostController

This commit is contained in:
Mal 2020-08-20 18:36:55 +02:00
parent 459be4a999
commit ec485fb03d
1 changed files with 0 additions and 7 deletions

View File

@ -10,13 +10,6 @@ final class FingerprintPostController extends AbstractController
'userId',
];
public function __construct(string $url)
{
parent::__construct($url);
$this->response = new ApiJsonResponse();
}
public function handle(): void
{
parent::handle();