Skip to content

Commit 83c7934

Browse files
committed
fix postgres name
1 parent dd3f000 commit 83c7934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Functions/AbstractFunction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public function mysql()
2020
* @return \Closure
2121
* @throws \Exception
2222
*/
23-
public function postgres()
23+
public function pgsql()
2424
{
2525
throw new Exception('Postgres has not been implemented for this function.');
2626
}

0 commit comments

Comments
 (0)