Skip to content

Commit 5adf805

Browse files
committed
Change return type of checkLicense method to bool
1 parent c8b6f61 commit 5adf805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nova.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,7 @@ public static function checkLicenseValidity(): bool
876876
/**
877877
* Check to see if Nova is valid for the configured license key.
878878
*/
879-
public static function checkLicense(): ClientResponse
879+
public static function checkLicense(): bool
880880
{
881881
return true;
882882
}

0 commit comments

Comments
 (0)