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.
$passthru
1 parent 698711c commit 7a52792Copy full SHA for 7a52792
src/Eloquent/Builder.php
@@ -30,24 +30,24 @@ class Builder extends EloquentBuilder
30
'avg',
31
'count',
32
'dd',
33
- 'doesntExist',
+ 'doesntexist',
34
'dump',
35
'exists',
36
- 'getBindings',
37
- 'getConnection',
38
- 'getGrammar',
+ 'getbindings',
+ 'getconnection',
+ 'getgrammar',
39
'insert',
40
- 'insertGetId',
41
- 'insertOrIgnore',
42
- 'insertUsing',
+ 'insertgetid',
+ 'insertorignore',
+ 'insertusing',
43
'max',
44
'min',
45
'pluck',
46
'pull',
47
'push',
48
'raw',
49
'sum',
50
- 'toSql',
+ 'tosql',
51
];
52
53
/** @inheritdoc */
0 commit comments