Skip to content
This repository has been archived by the owner on Feb 6, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/2707'
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Oct 10, 2012
2 parents 3fa3b07 + 568d3db commit ea3acc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ServiceManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ protected function createFromInvokable($canonicalName, $requestedName)
__METHOD__,
$canonicalName,
($requestedName ? '(alias: ' . $requestedName . ')' : ''),
$canonicalName
$invokable
));
}
$instance = new $invokable;
Expand Down

0 comments on commit ea3acc3

Please sign in to comment.