Skip to content

Commit 24fe14f

Browse files
committed
fix phpstan
1 parent 2e3e7b9 commit 24fe14f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Traits/BalanceOperation.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ protected function createLog(string $logType, int|float $value, ?string $notes =
4444

4545
$newBalance = $logType === 'dec' ? $currentBalance - $value : $currentBalance + $value;
4646

47-
/** @var \Illuminate\Database\Eloquent\Model $this */
4847
$this->createdLog = $this->logs()->create([
4948
'wallet_name' => $this->type->value,
5049
'from' => $currentBalance,

0 commit comments

Comments
 (0)