Skip to content

Commit 510b5cf

Browse files
committed
Typo fixes
1 parent d6d5a4b commit 510b5cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ translates to:
3535
User::updateOrCreate([
3636
'email' => '[email protected]',
3737
],[
38-
'name': 'Ferris Bueller',
38+
'name': 'Ferris Bueller',
3939
'properties->title' => 'Leisure Consultant',
4040
'phone_numbers->mobile' => '555-555-5555',
41-
'department_id' => Department::where('name', 'Management)
41+
'department_id' => Department::where('name', 'Management')
4242
->where('location_id', Location::where('name', 'Chicago')->first()->id)
4343
->first()
4444
->id,

0 commit comments

Comments
 (0)