diff --git a/.mage.yml.dist b/.mage.yml.dist index 3992365..d96c71d 100644 --- a/.mage.yml.dist +++ b/.mage.yml.dist @@ -25,3 +25,4 @@ magephp: - exec: { cmd: 'make doctrine-migration', desc: 'migration' } - exec: { cmd: 'php8.1 ./bin/console cache:warmup', desc: 'warmup' } - exec: { cmd: 'php8.1 ./bin/console cache:warmup', desc: 'warmup2' } + - exec: { cmd: './bin/messenger restart', desc: 'messenger' }