Skip to content

make:crud | methods option in @Route #277

@IvanTC95

Description

@IvanTC95

make:crud generates @Route annotation like:

@Route("/object/new", name="object_new", methods="GET|POST")

But... it should generate it like:

@Route("/object/new", name="object_new", methods="{GET, POST}")

Shouldn't it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions