Skip to content

Commit 477ed38

Browse files
committed
ucfirst internal class name
1 parent 34e171d commit 477ed38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PropertyProcessor/Property/AbstractPropertyProcessor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ function ($dependency, $index) use (&$propertyDependency): void {
131131
$dependencySchema = $this->schemaProcessor->processSchema(
132132
$dependencies,
133133
$this->schema->getClassPath(),
134-
"{$property->getName()}_Dependency_" . uniqid(),
134+
ucfirst("{$property->getName()}_Dependency_" . uniqid()),
135135
$this->schema->getSchemaDictionary()
136136
);
137137

0 commit comments

Comments
 (0)