Support leaving out the method name for callables which are classes with an __invoke method

Created on 30 January 2023, about 2 years ago

Problem/Motivation

If a class has an __invoke method, there's no need to actually mention to method name in order to invoke it. Let's support that use case with cron job callables. That way, you can create a single purpose class for a specific cron job, just like you would create a controller as a class with a single __invoke method.

Steps to reproduce

Create a class with an __invoke method, register it as service and mention only the service name in the cron job callable property.

Proposed resolution

Update the CronJob::resolveCallback method.

Feature request
Status

Active

Version

2.0

Component

Code

Created by

🇧🇪Belgium dieterholvoet Brussels

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024