mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
wip file upload
This commit is contained in:
@@ -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()) {
|
||||
|
Reference in New Issue
Block a user