mirror of
https://github.com/nullthoughts/laravel-data-sync.git
synced 2026-02-17 22:54:32 +00:00
Typo fixes
This commit is contained in:
@@ -35,7 +35,7 @@ translates to:
|
|||||||
User::updateOrCreate([
|
User::updateOrCreate([
|
||||||
'email' => 'ferris@buellerandco.com',
|
'email' => 'ferris@buellerandco.com',
|
||||||
],[
|
],[
|
||||||
'name': 'Ferris Bueller',
|
'name' => 'Ferris Bueller',
|
||||||
'properties->title' => 'Leisure Consultant',
|
'properties->title' => 'Leisure Consultant',
|
||||||
'phone_numbers->mobile' => '555-555-5555',
|
'phone_numbers->mobile' => '555-555-5555',
|
||||||
'department_id' => Department::where('name', 'Management')
|
'department_id' => Department::where('name', 'Management')
|
||||||
|
|||||||
Reference in New Issue
Block a user