We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6442a4e + 17697d3 commit fd8845bCopy full SHA for fd8845b
src/Utils/BeanDescriptor.php
@@ -336,7 +336,7 @@ private function getPropertiesForTable(Table $table): array
336
foreach ($beanPropertyDescriptors as $beanDescriptor) {
337
$name = $beanDescriptor->getGetterName();
338
if (isset($names[$name])) {
339
- throw new TDBMException('Unsolvable name conflict while generating method name');
+ throw new TDBMException('Unsolvable name conflict while generating method name "' . $name . '"');
340
} else {
341
$names[$name] = $beanDescriptor;
342
}
0 commit comments