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.
2 parents 736e1ce + a957a5a commit d1ef2bfCopy full SHA for d1ef2bf
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