We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7b56f7 commit cb26cb2Copy full SHA for cb26cb2
src/ModuleManifest.php
@@ -54,7 +54,7 @@ public function __construct(Filesystem $files, array $paths, string $manifestPat
54
*/
55
public function getProviders(): array
56
{
57
- if (! is_null($this->manifest)) {
+ if (! empty($this->manifest)) {
58
return $this->manifest;
59
}
60
0 commit comments