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

Commit 5cb729f

Browse files
committed
Reverted array check with isset
1 parent 31e0083 commit 5cb729f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ public function configure(array $config)
361361
$this->factories = $config['factories'] + $this->factories;
362362
}
363363

364-
if (isset($config['delegators']) && ! empty($config['delegators'])) {
364+
if (isset($config['delegators'])) {
365365
$this->mergeDelegators($config['delegators']);
366366
}
367367

0 commit comments

Comments
 (0)