1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-07-15 04:46:06 +08:00
2020-01-30 16:51:10 +08:00

10 lines
132 B
PHP

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