Skip to content

Commit a957a5a

Browse files
committed
fix key in BookkeeperService
1 parent 736e1ce commit a957a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/BookkeeperService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ public function increase(Wallet $wallet, $value): string
6464

6565
private function getKey(Wallet $wallet): string
6666
{
67-
return (string) $wallet->getKey();
67+
return __CLASS__.'::'.$wallet->getKey();
6868
}
6969
}

0 commit comments

Comments
 (0)