Skip to content

Commit

Permalink
Nullable about URL in WalletApplication::create()
Browse files Browse the repository at this point in the history
  • Loading branch information
romanzaycev authored Dec 24, 2024
1 parent 113b4a7 commit 0e54f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Olifanton/Ton/Connect/Models/WalletApplication.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public static function create(
string $universalUrl,
array $bridge,
array $platforms = [],
string $aboutUrl = null,
?string $aboutUrl = null,
): WalletApplication
{
return Hydrator::extract(self::class, [
Expand Down

0 comments on commit 0e54f56

Please sign in to comment.