trackable-jobs-for-laravel icon indicating copy to clipboard operation
trackable-jobs-for-laravel copied to clipboard

TrackedJob name

Open brndusic opened this issue 1 year ago • 0 comments

TrackedJob name is currently a class basename. Sometimes can happen like in my case that there are jobs with the same class name in different namespaces. Is this intentionally made this way?

I have overridden the __construct and solved my current problem but would be great to not have this override.

brndusic avatar Oct 10 '22 21:10 brndusic