fix(qodana) remove a var_dump
This commit is contained in:
parent
cd289ca8ac
commit
629f354800
@ -488,7 +488,6 @@ class FileUpload
|
||||
*/
|
||||
public function post()
|
||||
{
|
||||
var_dump("here");exit;
|
||||
if (isset($_REQUEST['_method']) && $_REQUEST['_method'] === 'DELETE') {
|
||||
echo $this->delete();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user