TaskSystem/vendor/services.php

9 lines
243 B
PHP
Raw Normal View History

2023-07-15 10:16:32 +08:00
<?php
2023-09-12 15:20:31 +08:00
// This file is automatically generated at:2023-09-12 13:35:47
2023-07-15 10:16:32 +08:00
declare (strict_types = 1);
return array (
0 => 'think\\app\\Service',
2023-08-09 14:43:30 +08:00
1 => 'think\\queue\\Service',
2 => 'think\\trace\\Service',
3 => 'yunwuxin\\cron\\Service',
2023-07-15 10:16:32 +08:00
);