mirror of
https://github.com/nullthoughts/laravel-data-sync.git
synced 2026-01-26 03:34:02 +00:00
Typo fixes
This commit is contained in:
@@ -35,10 +35,10 @@ 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)
|
||||
'department_id' => Department::where('name', 'Management')
|
||||
->where('location_id', Location::where('name', 'Chicago')->first()->id)
|
||||
->first()
|
||||
->id,
|
||||
|
||||
Reference in New Issue
Block a user