Skip to content

Commit d75bc6a

Browse files
author
Nil Portugués
committed
JoinQuery setIsJoin removed, already had isJoin method
1 parent ebe098a commit d75bc6a

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

src/Manipulation/JoinQuery.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -226,18 +226,6 @@ public function isJoin()
226226
return $this->isJoin;
227227
}
228228

229-
/**
230-
* @param boolean $isJoin
231-
*
232-
* @return $this
233-
*/
234-
public function setIsJoin($isJoin)
235-
{
236-
$this->isJoin = $isJoin;
237-
238-
return $this;
239-
}
240-
241229
/**
242230
* @return \NilPortugues\SqlQueryBuilder\Syntax\Where
243231
*/

0 commit comments

Comments
 (0)