Refactoring of FingerprintPostController
This commit is contained in:
parent
459be4a999
commit
ec485fb03d
|
@ -10,13 +10,6 @@ final class FingerprintPostController extends AbstractController
|
||||||
'userId',
|
'userId',
|
||||||
];
|
];
|
||||||
|
|
||||||
public function __construct(string $url)
|
|
||||||
{
|
|
||||||
parent::__construct($url);
|
|
||||||
|
|
||||||
$this->response = new ApiJsonResponse();
|
|
||||||
}
|
|
||||||
|
|
||||||
public function handle(): void
|
public function handle(): void
|
||||||
{
|
{
|
||||||
parent::handle();
|
parent::handle();
|
||||||
|
|
Loading…
Reference in New Issue