I have a file named "Users.scala" containing a UserService object and a UserController object.
In the route file I have an URL mapped to an action of my UserController.
In this case the hyperlinking is not working while it works correctly when the name of the file and the controller are the same.