Skip to content

Commit

Permalink
Merge pull request #3 from ismailcaakir/patch-1
Browse files Browse the repository at this point in the history
Update Balance.php
  • Loading branch information
geowrgetudor authored May 26, 2024
2 parents 34c9151 + 79c9957 commit 97c4c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/Balance.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public function __construct(array $attributes = [])
parent::__construct($attributes);

$this->guarded[] = $this->primaryKey;
$this->table = config('balances.table');
$this->table = config('balance.table');
}

protected function amountCurrency(): Attribute
Expand Down

0 comments on commit 97c4c89

Please sign in to comment.