Typo fixes

This commit is contained in:
distinctm
2019-01-23 13:56:36 -05:00
parent 510b5cf2d0
commit e88eab2ee7

View File

@@ -35,7 +35,7 @@ translates to:
User::updateOrCreate([
'email' => 'ferris@buellerandco.com',
],[
'name': 'Ferris Bueller',
'name' => 'Ferris Bueller',
'properties->title' => 'Leisure Consultant',
'phone_numbers->mobile' => '555-555-5555',
'department_id' => Department::where('name', 'Management')