I created a console app some time ago that has a single command that is run by cron. That’s been working great for awhile. Today I added another command for another task. If i try to run it all I get is the list of available commands, and the only command it lists is my original command. To begin figuring out what’s what, I duped that command and carefully renamed the file and the class name, but it is still not recognized, though the original command continues to be. Can anyone give me a clue where to look.?
Thanks