Skip to content

Commit 547adaa

Browse files
committed
tests passed
1 parent 068908f commit 547adaa

File tree

1 file changed

+19
-15
lines changed

1 file changed

+19
-15
lines changed

src/Eloquent/Builder.php

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,25 @@ class Builder extends BaseEloquentBuilder
1818
* @var array
1919
*/
2020
protected $passthru = [
21-
21+
'aggregate',
2222
'average',
2323
'avg',
2424
'count',
2525
'dd',
26-
'doesntexist',
26+
'doesntExist',
27+
'doesntExistOr',
2728
'dump',
2829
'exists',
29-
'getbindings',
30-
'getconnection',
31-
'getgrammar',
30+
'existsOr',
31+
'explain',
32+
'getBindings',
33+
'getConnection',
34+
'getGrammar',
35+
'implode',
3236
'insert',
33-
'insertgetid',
34-
'insertorignore',
35-
'insertusing',
37+
'insertGetId',
38+
'insertOrIgnore',
39+
'insertUsing',
3640
'max',
3741
'min',
3842
'raw',
@@ -42,14 +46,14 @@ class Builder extends BaseEloquentBuilder
4246
//ES only:
4347
'matrix',
4448
'query',
45-
'rawsearch',
46-
'getindexsettings',
47-
'getindexmappings',
48-
'deleteindexifexists',
49-
'deleteindex',
49+
'rawSearch',
50+
'getIndexSettings',
51+
'getIndexMappings',
52+
'deleteIndexIfExists',
53+
'deleteIndex',
5054
'truncate',
51-
'indexexists',
52-
'createindex',
55+
'indexExists',
56+
'createIndex',
5357
'search',
5458
];
5559

0 commit comments

Comments
 (0)