bjverde / sysgen

:elephant: SysGen is crud scaffolding. Generates PHP code using FormDin FrameWork

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug REST - Delete msg

bjverde opened this issue · comments

Controllers file with bug on method delete. Variable $msg not defined

        $result = $class->delete($id);
        $response = $response->withJson($msg);
        return $response;