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 6a1f20f commit d77b58fCopy full SHA for d77b58f
src/ConfigProvider.php
@@ -6,8 +6,7 @@ final class ConfigProvider
6
{
7
public static function getConfig()
8
9
- $self = new self();
10
- return $self();
+ return (new self())();
11
}
12
13
public function __invoke()
0 commit comments