# Library documentation: http://tactician.thephpleague.com/
tactician:
commandbus:
default:
middleware:
- tactician.middleware.command_handler
services:
League\Tactician\CommandBus: '@tactician.commandbus'
# Регистрация обработчиков команд
App\CommandBus\:
resource: '../../src/CommandBus'
tags:
- { name: tactician.handler, typehints: true }
Вот команда, которую использовали:
Все зависимости установлены корректно.