Skip to content

Commit

Permalink
make fix create compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitexus committed Nov 19, 2024
1 parent 9a02122 commit 64cb7c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/mServer/Bank.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@ class Bank extends Client
* @param array $data
*/
#[\Override]
public function create($data): void
public function create(array $data): int
{
$this->requestXml = $this->pohoda->createBank($data);
return 1;
}

/**
Expand Down

0 comments on commit 64cb7c3

Please sign in to comment.