Skip to content

Commit

Permalink
Merge pull request #111 from tipoff/chx2/feature/location-factory
Browse files Browse the repository at this point in the history
Add email address in Location factory #42
  • Loading branch information
drewroberts authored Apr 13, 2021
2 parents 40252f8 + 521f04a commit 9bd2afc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions database/factories/LocationFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public function definition()
'page_id' => Page::factory()->create(),
'market_id' => randomOrCreate(app('market')),
'timezone_id' => randomOrCreate(app('timezone')),
'contact_email_id' => randomOrCreate(app('email_address')),
'domestic_address_id' => randomOrCreate(app('domestic_address')),
'phone_id' => randomOrCreate(app('phone')),
'creator_id' => randomOrCreate(app('user')),
Expand Down

0 comments on commit 9bd2afc

Please sign in to comment.