Skip to content

Commit

Permalink
fixed strict type problem
Browse files Browse the repository at this point in the history
  • Loading branch information
BeycanDeveloper committed May 30, 2024
1 parent 362af38 commit cebeafb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/Types/Data/ConfigDataType.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
// Classes
use BeycanPress\CryptoPayLite\Helpers;
use BeycanPress\CryptoPayLite\Constants;
use BeycanPress\CryptoPayLite\PluginHero\Hook;
// Types
use BeycanPress\CryptoPayLite\Types\AbstractType;

Expand Down Expand Up @@ -59,7 +58,7 @@ class ConfigDataType extends AbstractType
* CryptoPay version code
* @var string
*/
private string $wcProjectId;
private ?string $wcProjectId;

#String types

Expand Down

0 comments on commit cebeafb

Please sign in to comment.