Skip to content

Commit

Permalink
ESM-7 - change default parameter to all
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseeproductions committed Nov 10, 2023
1 parent 3f50036 commit 645e1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Uplink/Resources/Resource.php
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ public function get_license_class() {
*
* @return string
*/
public function get_license_key( $type = 'local' ): string {
public function get_license_key( $type = 'all' ): string {
return $this->get_license_object()->get_key( $type );
}

Expand Down

0 comments on commit 645e1d4

Please sign in to comment.