What about calling method of a class from a route?

I tried but eventually the framework Wal trying to invoke a “get” method instead of the specified method, fo example

\ClassA::class . ‘:echo’

Will return an error that “get” was not found In class ClassA…

That is why I am asking