We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 736e1ce commit a957a5aCopy full SHA for a957a5a
src/Services/BookkeeperService.php
@@ -64,6 +64,6 @@ public function increase(Wallet $wallet, $value): string
64
65
private function getKey(Wallet $wallet): string
66
{
67
- return (string) $wallet->getKey();
+ return __CLASS__.'::'.$wallet->getKey();
68
}
69
0 commit comments