Skip to content

Commit aa4e097

Browse files
authored
Update ConfigProvider.php
1 parent 7d5d667 commit aa4e097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ConfigProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class ConfigProvider
1818

1919
public function __invoke(): array
2020
{
21-
return [self::dependencies => array_filter($this->getDependencies(), static fn($v) => $v != null;)];
21+
return [self::dependencies => array_filter($this->getDependencies(), static fn($v) => $v != null)];
2222
}
2323

2424
protected function getDependencies(): array

0 commit comments

Comments
 (0)