I have one routing to a class that implements “Action”.
So I placed it in the src\Application\Actions folder.
Also have another routing to a class, but this class does not implement no interface. I use __invoke.
Which is the propper folder for this class in the Slim structure to be placed in?
I’m new to Slim
Thanks