Skip to content

Commit df3b088

Browse files
committed
fix close cron job
1 parent 13c8661 commit df3b088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

laravel/config/laravels.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
// \Hhxsv5\LaravelS\Illuminate\LaravelScheduleJob::class,
3535
// 两种配置参数的方式:
3636
// [\App\Jobs\Timer\TestCronJob::class, [1000, true]], // 注册时传入参数
37-
\App\Jobs\Timer\TestCronJob::class, // 重载对应的方法来返回参数
37+
// \App\Jobs\Timer\TestCronJob::class, // 重载对应的方法来返回参数
3838
// Enable LaravelScheduleJob to run `php artisan schedule:run` every 1 minute, replace Linux Crontab
3939
//\Hhxsv5\LaravelS\Illuminate\LaravelScheduleJob::class,
4040
// Two ways to configure parameters:

0 commit comments

Comments
 (0)