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,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')
|
||||
|
||||
Reference in New Issue
Block a user