Skip to content

Commit 82f57f2

Browse files
authored
Use "any" rather than "all"
1 parent 645e1d4 commit 82f57f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Uplink/Resources/Resource.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ public function get_license_class() {
230230
*
231231
* @return string
232232
*/
233-
public function get_license_key( $type = 'all' ): string {
233+
public function get_license_key( $type = 'any' ): string {
234234
return $this->get_license_object()->get_key( $type );
235235
}
236236

0 commit comments

Comments
 (0)