fix: remove leftover conflict marker in ApiController
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user