Skip to content

Commit 9400645

Browse files
authored
Merge pull request #143 from damms005/master
Activate currency by default
2 parents f15a0a8 + 69c5110 commit 9400645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Drivers/Database.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function create(array $params)
4646
'symbol' => '',
4747
'format' => '',
4848
'exchange_rate' => 1,
49-
'active' => 0,
49+
'active' => 1,
5050
'created_at' => $created,
5151
'updated_at' => $created,
5252
], $params);

0 commit comments

Comments
 (0)