1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-06-29 13:51:37 +08:00
2019-12-13 00:10:10 +08:00

10 lines
132 B
PHP

<?php
$events = [
'db' => \App\Listeners\Profiler::class,
'payment' => \App\Listeners\Payment::class,
];
return $events;