Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
solverat committed Nov 14, 2024
1 parent 5797086 commit a11a8f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/0_Usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,11 @@ use Pimcore\Controller\FrontendController;
use FormBuilderBundle\Assembler\FormAssembler;
use FormBuilderBundle\Resolver\FormOptionsResolver;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;

class DefaultController extends FrontendController
{
public function formAction(Request $request)
public function formAction(Request $request): Response
{
$options = [
'form_id' => 3,
Expand Down

0 comments on commit a11a8f1

Please sign in to comment.