We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 510b5cf commit e88eab2Copy full SHA for e88eab2
readme.md
@@ -35,7 +35,7 @@ translates to:
35
User::updateOrCreate([
36
'email' => '[email protected]',
37
],[
38
- 'name': 'Ferris Bueller',
+ 'name' => 'Ferris Bueller',
39
'properties->title' => 'Leisure Consultant',
40
'phone_numbers->mobile' => '555-555-5555',
41
'department_id' => Department::where('name', 'Management')
0 commit comments