Webador / SlmQueue

Laminas / Mezzio module that integrates with various queue management systems.
Other
138 stars 57 forks source link

problem zend 3 #221

Closed tantoniazi closed 5 years ago

tantoniazi commented 5 years ago

after step by step zend doesn't recognize queue interface

Too few arguments to function WS\Controller\WSController::__construct(), 0 passed in /var/www/../vendor/zendframework/zend-servicemanager/src/Factory/InvokableFactory.php on line 30 and exactly 1 expected

i Can not use

my module.config.php

return [ 'router' => [ 'routes' => ... ],

'controllers' => [
    'factories' => [
        Controller\WSController::class => InvokableFactory::class
    ],
    'invokables' => [
        'ws' => Controller\WSController::class
    ]
],

];

roelvanduijnhoven commented 5 years ago

@tantoniazi I don't see the relationship to SlmQueue TBH! There is nothing related to queue'ing here ... I'll close this issue. Feel free to reopen a new issue with relevant details and code.