Add Administration API for teams's administration panel #97
Merged
maxime.batista
merged 7 commits from admin/api-teams
into master
1 year ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'admin/api-teams'
Deleting a branch is permanent. It CANNOT be undone. Continue?
./format.sh
and./verify.sh
!!!!echo $response->getJson();
} elseif (get_class($response) != HttpResponse::class) {
var_dump($response);
var_dump(get_class($response));
var dumps
ITS YOUUUUUUUUU
* @param array<string, Validator[]> $schema an array of `fieldName => DefaultValidators` which represents the request object schema
* @param callable(HttpRequest): HttpResponse $run the callback to run if the request is valid according to the given schema.
* The callback must accept an HttpRequest, and return an HttpResponse object.
<<<<<<< HEAD:src/Core/Control.php
man you didn't even tested
55d5970055
into master 1 year agoReviewers
55d5970055
.