some more cleanup for migrations
This commit is contained in:
@@ -2,14 +2,10 @@
|
||||
|
||||
return [
|
||||
|
||||
'currencies' => [
|
||||
'dollar',
|
||||
'euro',
|
||||
'gbp',
|
||||
'yen',
|
||||
'jpy',
|
||||
'rupee',
|
||||
'rouble',
|
||||
],
|
||||
/**
|
||||
* Pick one of:
|
||||
* dollar, euro, gbp, yen, jpy, rupee, ruble
|
||||
*/
|
||||
'currency' => 'dollar',
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user