Skip to content

Commit

Permalink
TASK: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
albe committed Apr 21, 2020
1 parent af5e1a5 commit 0876732
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -170,7 +170,7 @@ public function buildObjectConfigurations(array $availableClassAndInterfaceNames

$this->autowireArguments($objectConfigurations);
$this->autowireProperties($objectConfigurations);
$this->wireFactoryyArguments($objectConfigurations);
$this->wireFactoryArguments($objectConfigurations);

return $objectConfigurations;
}
Expand Down

0 comments on commit 0876732

Please sign in to comment.