We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e8e1c2 commit 3bdfd04Copy full SHA for 3bdfd04
config/config.php
@@ -1,7 +1,10 @@
1
<?php
2
3
return [
4
- 'receiver' => null,
+ /**
5
+ * needs to be an invikable object (class with __invoke method)
6
+ * receives collection of tasks that need to run next
7
+ */
8
- 'auto_reset_finished_recurring_actions' => true,
9
+ 'receiver' => null, // example: \App\Http\AutoAction\ScheduledActionReceiver::class
10
];
0 commit comments