Work in progress determining user type
This commit is contained in:
@@ -14,6 +14,7 @@ class CurrencyTableSeeder extends Seeder
|
||||
public function run()
|
||||
{
|
||||
$o = new Currency;
|
||||
$o->id = 610;
|
||||
$o->name = 'Australian Dollars';
|
||||
$o->symbol = '$';
|
||||
$o->iso_code = 'AUD';
|
||||
|
Reference in New Issue
Block a user