mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-12-02 19:58:22 +08:00
Update DefinitionSource.php
This commit is contained in:
parent
564861df7a
commit
6c9a30b19b
@ -142,7 +142,7 @@ class DefinitionSource implements DefinitionSourceInterface
|
||||
$definitions[$identifier] = $def;
|
||||
}
|
||||
}
|
||||
return array_filter($definitions);
|
||||
return $definitions;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user