Skip to content

Commit b417599

Browse files
author
Babichev Maxim
committed
micro optimize
1 parent 291559c commit b417599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/RefreshBalance.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function handle(): void
4343
->where('confirmed', true)
4444
->groupBy('wallet_id');
4545

46-
$joinClause = function(JoinClause $join) use ($wallet) {
46+
$joinClause = static function(JoinClause $join) use ($wallet) {
4747
$join->on("$wallet.id", '=', 'b.wallet_id');
4848
};
4949

0 commit comments

Comments
 (0)