remove dd

This commit is contained in:
philipp lang 2023-03-22 00:32:57 +01:00
parent 444c69672f
commit 7e102fe921
1 changed files with 0 additions and 2 deletions

View File

@ -78,8 +78,6 @@ class Form extends ComponentBase
} }
}); });
dd('I');
return response()->json([], 201); return response()->json([], 201);
} }