Skip to content

Commit cb26cb2

Browse files
committed
[fix] fix load modules
1 parent d7b56f7 commit cb26cb2

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)