Work in progress determining user type
This commit is contained in:
@@ -14,10 +14,10 @@ class CountryTableSeeder extends Seeder
|
||||
public function run()
|
||||
{
|
||||
$o = new Country;
|
||||
$o->id = 61;
|
||||
$o->name = 'Australia';
|
||||
$o->two_code = 'AU';
|
||||
$o->three_code = 'AUS';
|
||||
$o->currency_id = '61';
|
||||
$o->active = TRUE;
|
||||
|
||||
$oo = Currency::where('iso_code','AUD')->firstOrFail();
|
||||
|
Reference in New Issue
Block a user