Skip to content

Commit 4d126e8

Browse files
authored
Added 'existsOr' and 'doesntExistOr' methods to passthru property (#44795)
1 parent c2a1fcf commit 4d126e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Illuminate/Database/Eloquent/Builder.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,10 @@ class Builder implements BuilderContract
9696
'count',
9797
'dd',
9898
'doesntExist',
99+
'doesntExistOr',
99100
'dump',
100101
'exists',
102+
'existsOr',
101103
'explain',
102104
'getBindings',
103105
'getConnection',

0 commit comments

Comments
 (0)