Skip to content

Commit 0d80d43

Browse files
committed
Merge branch 'james-mckinnon-patch-1' into develop
2 parents 289af23 + dffc8fa commit 0d80d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/Traits/Helpers/FilterHelpers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function getConfigs(): array
4343
* @param string $key
4444
* @return mixed
4545
*/
46-
public function getConfig(string $key): mixed
46+
public function getConfig(string $key)
4747
{
4848
return $this->config[$key] ?? null;
4949
}

0 commit comments

Comments
 (0)