Skip to content

Commit a7cd149

Browse files
author
Jordan Hall
committed
Error in getByEnvironment method
1 parent d78289c commit a7cd149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Factories/IdealPostcodesFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ public static function getByEnvironment()
2121
throw new Exception('Environment variable '.$envKey.' is not found or is empty.');
2222
}
2323

24-
self::getByAPIKey();
24+
self::getByAPIKey($apiKey);
2525
}
2626
}

0 commit comments

Comments
 (0)