Skip to content

Commit

Permalink
Fix params
Browse files Browse the repository at this point in the history
  • Loading branch information
enjinabner committed Sep 26, 2024
1 parent 13defa0 commit c928b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/BatchProcess.php
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ protected function resolveSigningAccount(string $beamId): ?Model
protected function runBeforeTransferCallbacks(mixed $claim)
{
foreach (static::$beforeTransferCallbacks as $callback) {
call_user_func($callback, [$claim]);
call_user_func($callback, $claim);
}
}
}

0 comments on commit c928b47

Please sign in to comment.