Skip to content

Commit dbfc9d0

Browse files
committed
FIx
1 parent de4de3b commit dbfc9d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ConfigProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ final class ConfigProvider
77
public static function getConfig()
88
{
99
$self = new self();
10-
return $self()();
10+
return $self();
1111
}
1212

1313
public function __invoke()

0 commit comments

Comments
 (0)