Skip to content

Commit 3bdfd04

Browse files
committed
config description added
1 parent 4e8e1c2 commit 3bdfd04

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

config/config.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
<?php
22

33
return [
4-
'receiver' => null,
4+
/**
5+
* needs to be an invikable object (class with __invoke method)
6+
* receives collection of tasks that need to run next
7+
*/
58

6-
'auto_reset_finished_recurring_actions' => true,
9+
'receiver' => null, // example: \App\Http\AutoAction\ScheduledActionReceiver::class
710
];

0 commit comments

Comments
 (0)