Skip to content

Commit 09d08e2

Browse files
committed
:octocat:
1 parent 7bb7982 commit 09d08e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dialects/DialectAbstract.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function __construct(DriverInterface $driver){
4848
}
4949

5050
/** @inheritdoc */
51-
public function select(array $cols, array $from, string $where = null, $limit = null, $offset = null, bool $distinct = null, array $groupby, array $orderby):array{
51+
public function select(array $cols, array $from, string $where = null, $limit = null, $offset = null, bool $distinct = null, array $groupby = null, array $orderby = null):array{
5252
$sql = ['SELECT'];
5353

5454
if($distinct){

0 commit comments

Comments
 (0)