Remove unused statement

This commit is contained in:
Daniel Brendel
2024-10-03 22:53:55 +02:00
parent e506d44112
commit bcc2b3c480
-2
View File
@@ -8,8 +8,6 @@
class ApiController extends BaseController {
public function __construct()
{
//parent::__construct();
$token = null;
if (isset($_GET['token'])) {
$token = $_GET['token'];