feat : finish order

This commit is contained in:
2025-04-02 17:42:06 +08:00
parent 55164bc74f
commit 62c9f20bc9
3 changed files with 89 additions and 2 deletions

View File

@@ -9,8 +9,11 @@ declare(strict_types=1);
* @contact group@hyperf.io
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/
return [
Hyperf\ExceptionHandler\Listener\ErrorExceptionHandler::class,
Hyperf\Command\Listener\FailToHandleListener::class,
App\Listener\FirstRegistrationListener::class,
App\Listener\RefundGoodOrderFinishStatementListener::class,
App\Listener\RefundGoodOrderFinishRollBackCouponListener::class,
];