fix: remove leftover conflict marker in ApiController

This commit is contained in:
2026-06-09 16:46:03 -04:00
parent 530c394944
commit a424120770

View File

@@ -306,7 +306,6 @@ class ApiController
]); ]);
} }
<<<<<<< HEAD
public function register(): void public function register(): void
{ {
$input = json_decode(file_get_contents('php://input'), true) ?? $_POST; $input = json_decode(file_get_contents('php://input'), true) ?? $_POST;