Skip to content

Commit

Permalink
removed superfluous method as the parent already handled the function…
Browse files Browse the repository at this point in the history
…ality
  • Loading branch information
fruitl00p committed Mar 18, 2019
1 parent 2c0c97a commit 48bca2f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/Banking/Hsbc/HsbcTransaction.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,6 @@ class HsbcTransaction extends Transaction
{
private $virtualAccount = '';

/**
* Overloaded
*
* @return array
*/
public function jsonSerialize()
{
$result = parent::jsonSerialize() + get_object_vars($this);
return $result;
}

/**
* @param string $var
*/
Expand Down

0 comments on commit 48bca2f

Please sign in to comment.