增加来源

This commit is contained in:
2020-12-07 10:00:08 +08:00
parent 8b481f76df
commit 6d7bfdd4f4
3 changed files with 49 additions and 15 deletions

9
bootstrap/cache/events.php vendored Normal file
View File

@@ -0,0 +1,9 @@
<?php return array (
'App\\Providers\\EventServiceProvider' =>
array (
'App\\Events\\ConponCallback' =>
array (
0 => 'App\\Listeners\\ConponCallbackListener',
),
),
);