some more cleanup for migrations

This commit is contained in:
Nabeel Shahzad
2017-06-20 22:48:16 -05:00
parent c27a11ab21
commit 807316fd0e
7 changed files with 71 additions and 104 deletions

View File

@@ -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',
];