Skip to content
This repository was archived by the owner on Jan 8, 2020. It is now read-only.
This repository was archived by the owner on Jan 8, 2020. It is now read-only.

Console controller cannot accept route with controller #3358

Closed
@bakura10

Description

@bakura10

I have the following route in the console router:

'controller' => array(
                    'options' => array(
                        'route'    => 'ember create controller <controllerName>',
                        'defaults' => array(
                            'controller' => 'ZfrEmber\Controller\CodeGenerator',
                            'action'     => 'controller'
                        )
                    )
                ),

It says that i tCould not match a controller. However, changing the controller part in the route to something like 'ember create eController ' works. I suppose "controller" should not be a reserved keyword for routes.

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