mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-06-29 13:51:37 +08:00
10 lines
132 B
PHP
10 lines
132 B
PHP
<?php
|
|
|
|
$events = [
|
|
|
|
'db' => \App\Listeners\Profiler::class,
|
|
'payment' => \App\Listeners\Payment::class,
|
|
|
|
];
|
|
|
|
return $events; |