Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/uepg/laravel-sybase into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mainginski committed Jan 24, 2017
2 parents 7380645 + e310bd1 commit 751bf6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Database/SybaseConnection.php
Original file line number Diff line number Diff line change
Expand Up @@ -410,4 +410,4 @@ public function affectingStatement($query, $bindings = array())
return $this->getPdo()->query($this->compileNewQuery($query, $bindings))->rowCount();
});
}
}
}

0 comments on commit 751bf6d

Please sign in to comment.