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

Commit

Permalink
[cs] revert removed translation
Browse files Browse the repository at this point in the history
  • Loading branch information
malinink authored and Ocramius committed Jun 1, 2016
1 parent 4270b28 commit 500e805
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ServiceManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ public function configure(array $config)
? array_merge($config['aliases'], $aliases)
: $aliases;
}

$config['factories'] = (isset($config['factories']))
? array_merge($config['factories'], $factories)
: $factories;
Expand Down

0 comments on commit 500e805

Please sign in to comment.