Skip to content

Commit 6a987af

Browse files
authored
Merge pull request #2026 from alissn/FixLoadModules
[fix] fix load modules
2 parents d7b56f7 + cb26cb2 commit 6a987af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ModuleManifest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function __construct(Filesystem $files, array $paths, string $manifestPat
5454
*/
5555
public function getProviders(): array
5656
{
57-
if (! is_null($this->manifest)) {
57+
if (! empty($this->manifest)) {
5858
return $this->manifest;
5959
}
6060

0 commit comments

Comments
 (0)