Skip to content

Commit 7a52792

Browse files
authored
lowercase the $passthru array values
1 parent 698711c commit 7a52792

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/Eloquent/Builder.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,24 +30,24 @@ class Builder extends EloquentBuilder
3030
'avg',
3131
'count',
3232
'dd',
33-
'doesntExist',
33+
'doesntexist',
3434
'dump',
3535
'exists',
36-
'getBindings',
37-
'getConnection',
38-
'getGrammar',
36+
'getbindings',
37+
'getconnection',
38+
'getgrammar',
3939
'insert',
40-
'insertGetId',
41-
'insertOrIgnore',
42-
'insertUsing',
40+
'insertgetid',
41+
'insertorignore',
42+
'insertusing',
4343
'max',
4444
'min',
4545
'pluck',
4646
'pull',
4747
'push',
4848
'raw',
4949
'sum',
50-
'toSql',
50+
'tosql',
5151
];
5252

5353
/** @inheritdoc */

0 commit comments

Comments
 (0)