Skip to content

Commit

Permalink
fix stan
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinGab committed Feb 5, 2024
1 parent 893872d commit 64f500a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Invoice.php
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ public function getSerialNumberPrefixFromConfig(string $default = ''): string
return $prefixes;
}

return data_get($prefixes, $this->type?->value, $default);
return data_get($prefixes, $this->type->value, $default);
}

public function getSerialNumberPrefix(): ?string
Expand Down

0 comments on commit 64f500a

Please sign in to comment.