forked from GNUsocial/gnu-social
		
	[COMPONENT][Posting][FORM] Refactor Posting form to use a form action with a separate controller and the new Form::forceRedirect
This commit is contained in:
		| @@ -15,6 +15,7 @@ use App\Util\Common; | |||||||
| use App\Util\Form\FormFields; | use App\Util\Form\FormFields; | ||||||
| use Symfony\Component\Form\Extension\Core\Type\ChoiceType; | use Symfony\Component\Form\Extension\Core\Type\ChoiceType; | ||||||
| use Symfony\Component\Form\Extension\Core\Type\FileType; | use Symfony\Component\Form\Extension\Core\Type\FileType; | ||||||
|  | use Symfony\Component\Form\Extension\Core\Type\HiddenType; | ||||||
| use Symfony\Component\Form\Extension\Core\Type\SubmitType; | use Symfony\Component\Form\Extension\Core\Type\SubmitType; | ||||||
| use Symfony\Component\Form\Extension\Core\Type\TextareaType; | use Symfony\Component\Form\Extension\Core\Type\TextareaType; | ||||||
| use Symfony\Component\HttpFoundation\Request; | use Symfony\Component\HttpFoundation\Request; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user