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 cb780ae commit 21a340aCopy full SHA for 21a340a
src/Eloquent/Builder.php
@@ -21,24 +21,24 @@ class Builder extends EloquentBuilder
21
'avg',
22
'count',
23
'dd',
24
- 'doesntExist',
+ 'doesntexist',
25
'dump',
26
'exists',
27
- 'getBindings',
28
- 'getConnection',
29
- 'getGrammar',
+ 'getbindings',
+ 'getconnection',
+ 'getgrammar',
30
'insert',
31
- 'insertGetId',
32
- 'insertOrIgnore',
33
- 'insertUsing',
+ 'insertgetid',
+ 'insertorignore',
+ 'insertusing',
34
'max',
35
'min',
36
'pluck',
37
'pull',
38
'push',
39
'raw',
40
'sum',
41
- 'toSql',
+ 'tosql',
42
];
43
44
/**
0 commit comments