Closed andrin-n-dream closed 9 years ago
You named your classes for example "AirController". The prefix should not only be "Air" but it should be "AirConsole" and therefor the classes should be named for example "AirConsoleController".
Or if everything is in the AirConsole namespace, you could also call it just "Controller"
fixed in v1.0
You named your classes for example "AirController". The prefix should not only be "Air" but it should be "AirConsole" and therefor the classes should be named for example "AirConsoleController".