We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8b6f61 commit 5adf805Copy full SHA for 5adf805
src/Nova.php
@@ -876,7 +876,7 @@ public static function checkLicenseValidity(): bool
876
/**
877
* Check to see if Nova is valid for the configured license key.
878
*/
879
- public static function checkLicense(): ClientResponse
+ public static function checkLicense(): bool
880
{
881
return true;
882
}
0 commit comments