chore(*): cleanup and formatting
This commit is contained in:
parent
4f72f68f68
commit
09e820e842
33 changed files with 184 additions and 196 deletions
|
@ -8,8 +8,6 @@ abstract class ApiHandler extends BaseHandler
|
|||
{
|
||||
protected function ensureCliAccess(): void
|
||||
{
|
||||
if (php_sapi_name() !== 'cli' && $_SERVER['REQUEST_METHOD'] !== 'POST') {
|
||||
$this->sendErrorResponse("Not Found", 404);
|
||||
}
|
||||
if (php_sapi_name() !== 'cli' && $_SERVER['REQUEST_METHOD'] !== 'POST') $this->sendErrorResponse("Not Found", 404);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue