Merge branch 'master' into feat/android-app-redesign
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,5 +1,5 @@
|
||||
.env
|
||||
/ vendor/
|
||||
/vendor/
|
||||
.idea/
|
||||
logs/
|
||||
*.log
|
||||
|
||||
@@ -306,6 +306,7 @@ class ApiController
|
||||
]);
|
||||
}
|
||||
|
||||
<<<<<<< HEAD
|
||||
public function register(): void
|
||||
{
|
||||
$input = json_decode(file_get_contents('php://input'), true) ?? $_POST;
|
||||
|
||||
Reference in New Issue
Block a user