wip file upload

This commit is contained in:
mike-esokia
2018-06-01 17:19:05 +04:00
committed by Mike Ng
parent 3d50c59e89
commit 275730c3fb
3 changed files with 12 additions and 14 deletions

View File

@@ -46,8 +46,6 @@ class SetupController extends Controller
}
if ('POST' === $request->getMethod()) {
var_dump($request);
die('here');
$form->submit($request->request->all());
if ($form->isValid()) {