feat : finish order
This commit is contained in:
@@ -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,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user