Skip to content

Commit

Permalink
Merge pull request #135 from auraphp/harikt-patch-1
Browse files Browse the repository at this point in the history
Fixes #125
  • Loading branch information
Paul M. Jones authored Mar 22, 2017
2 parents 98a986d + 8e06753 commit 3d57c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QueryFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public function newDelete()
*
* @param string $query The query object type.
*
* @return AbstractQuery
* @return Common\SelectInterface|Common\InsertInterface|Common\UpdateInterface|Common\DeleteInterface
*
*/
protected function newInstance($query)
Expand Down

0 comments on commit 3d57c42

Please sign in to comment.