I have a table named 'classes' in my database.
When I do a cake bake all classes I'm getting this error:
Parse error: syntax error, unexpected 'Class' (T_CLASS), expecting identifier (T_STRING) in C:\xampp\htdocs\timetable\src\Model\Table\ClassesTable.php on line 4
I understand where the error is coming from, but is there a way to get rid of this error without having to rename my 'Classes' table?