| 1 | <?php |
||
| 27 | final class QueryHandlerProviderPass extends HandlerProviderPass |
||
| 28 | { |
||
| 29 | public const DEFAULT_SERVICE_ID = QueryHandlerProvider::class; |
||
| 30 | public const DEFAULT_HANDLER_TAG = 'query_dispatcher.handler'; |
||
| 31 | public const DEFAULT_MESSAGE_PROPERTY = 'query'; |
||
| 32 | public const DEFAULT_PROVIDER_CLASS = QueryHandlerProvider::class; |
||
| 33 | |||
| 34 | public function __construct( |
||
| 42 | } |
||
| 43 |