Moved from Request get to input function

This commit is contained in:
Constantin Graf
2024-05-29 17:24:16 +02:00
committed by Constantin Graf
parent ec239f20f2
commit 54d8c8a894
3 changed files with 20 additions and 19 deletions

View File

@@ -55,6 +55,7 @@ abstract class ApiException extends Exception
*/
public function report(): bool
{
return true;
// TODO: temporary activated
return false;
}
}