-
-
Notifications
You must be signed in to change notification settings - Fork 133
Closed
Description
Crunz version: 1.12.0
PHP version: 7.1.25
In crunz.yml I have set the source: src/tasks
In my src/tasks directory if I place a file name TestTasks.php and run schedule:list it shows the item but if I create a subdirectory called Test and place TestTasks.php in there schedule:list shows no tasks.
I see in the readme it states "Since Crunz scans the tasks directory recursively..." so I assumed it would look in subdirectories. Should it be scanning subdirectories?
Thanks.