Skip to content

Commit

Permalink
Merge pull request #15 from CrazyTapok-bit/dev-master
Browse files Browse the repository at this point in the history
Remove redundant constructor calls
  • Loading branch information
CrazyTapok-bit authored Mar 31, 2023
2 parents 9a08b76 + 3ba3cb4 commit 3b042cf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions src/Entities/InitData.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,4 @@ class InitData extends InitDataMake
* A hash of all passed parameters, which the bot server can use to check their validity.
*/
public string $hash;

public function __construct(array $props)
{
parent::__construct($props);
}
}
5 changes: 0 additions & 5 deletions src/Entities/LoginWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,4 @@ class LoginWidget extends Make
* A hash of all passed parameters, which the bot server can use to check their validity.
*/
public string $hash;

public function __construct(array $props)
{
parent::__construct($props);
}
}

0 comments on commit 3b042cf

Please sign in to comment.