Skip to content

Commit 4a4c1de

Browse files
committed
Update Builder.php
1 parent 2ef3433 commit 4a4c1de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Illuminate/Database/Eloquent/Builder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,8 @@ public function orWhere($column, $operator = null, $value = null)
310310
* Add a "BelongsTo" relationship where clause to the query.
311311
*
312312
* @param \Illuminate\Database\Eloquent\Model $related
313-
* @param string $relationship
314-
* @param string $boolean
313+
* @param string $relationship
314+
* @param string $boolean
315315
* @return $this
316316
*
317317
* @throws \Exception

0 commit comments

Comments
 (0)