Skip to content

Commit

Permalink
Removed final from Money class
Browse files Browse the repository at this point in the history
This was made due to the fact that LaraMoney extends from Money and its way easier this way.
  • Loading branch information
daredloco committed Jun 21, 2024
1 parent 38999cc commit aad839c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Money.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
*
* @psalm-immutable
*/
final class Money implements JsonSerializable
class Money implements JsonSerializable
{
use MoneyFactory;

Expand Down

0 comments on commit aad839c

Please sign in to comment.