Skip to content

Commit

Permalink
Merge pull request #143 from damms005/master
Browse files Browse the repository at this point in the history
Activate currency by default
  • Loading branch information
Torann authored Apr 12, 2022
2 parents f15a0a8 + 69c5110 commit 9400645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Drivers/Database.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function create(array $params)
'symbol' => '',
'format' => '',
'exchange_rate' => 1,
'active' => 0,
'active' => 1,
'created_at' => $created,
'updated_at' => $created,
], $params);
Expand Down

0 comments on commit 9400645

Please sign in to comment.