Skip to content

Commit ed0bf1e

Browse files
committed
.
1 parent f33ba7b commit ed0bf1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Database/Concerns/BuildsWhereDateClauses.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public function orWhereNowOrFuture($columns)
100100
*
101101
* @param array|string $columns
102102
* @param string $operator
103-
* @param string $boolean
103+
* @param string $boolean
104104
* @return $this
105105
*/
106106
protected function wherePastOrFuture($columns, $operator, $boolean)

0 commit comments

Comments
 (0)