$language must be PHPMaker2025\Project\Language

Just updated to 2025.8 and now getting the following error

Fatal error: Type of PHPMaker2025\Project\BwGroups::$language must be PHPMaker2025\Project\Language (as in class PHPMaker2025\Project\DbTableBase) in /var/www/html/Project/models/
BwGroups.php on line 39

Line 39 is
class BwGroups extends DbTable implements LookupTableInterface

any ideas where to start debugging this

thanks

$language is a built-in property, if you have a field name “language”, see if you can rename it. If not, you may add the follows to C:\Users\<user>\AppData\Roaming\phpmaker2025\src\keyword.xml:

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