Db\Entity\Object class name is reserved

Hello,

I need to run V 2026, and I’ve run into a problem.

I created a new project and generated it as usual in previous versions of the program. But I’m having this problem, and I can’t figure out how to solve it.

php 8.3

Compile Error: Cannot use

‘PHPMaker2026\Test2026\Db\Entity\Object’ as class name as it is reserved

That is because you have a table named “object” or “objects”, but object is a reserved word in PHP. If possible, you better change the table name. If not, you may try to add the follows to C:\Users\<user>\AppData\Roaming\phpmaker2026\src\keyword.xml:

<keyword lang="PHPMaker" value="Objects"/>

Thanks

IT solved