1
0
Fork 0
mirror of synced 2024-10-02 02:07:04 +13:00

chore: fix linting

This commit is contained in:
Torsten Dittmann 2023-10-20 14:43:48 +02:00
parent 4f77510b0a
commit d19baafc59

View file

@ -28,7 +28,7 @@ class Mails extends Action
->desc('Mails worker')
->inject('message')
->inject('register')
->callback(fn ($message, $register) => $this->action($message, $register));
->callback(fn($message, $register) => $this->action($message, $register));
}
/**