fix tests

This commit is contained in:
Dennis Eichhorn 2023-09-24 02:48:07 +00:00
parent a400e40dc6
commit 99266bde4a

View File

@ -72,8 +72,7 @@ final class ApiController extends Controller
private function validateEmailCreate(RequestAbstract $request) : array
{
$val = [];
if (false
) {
if (($val['subject'] = !$request->hasData('subject'))) {
return $val;
}