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 eacb247 + b417599 commit 8be0e1fCopy full SHA for 8be0e1f
src/Commands/RefreshBalance.php
@@ -43,7 +43,7 @@ public function handle(): void
43
->where('confirmed', true)
44
->groupBy('wallet_id');
45
46
- $joinClause = function(JoinClause $join) use ($wallet) {
+ $joinClause = static function(JoinClause $join) use ($wallet) {
47
$join->on("$wallet.id", '=', 'b.wallet_id');
48
};
49
0 commit comments