We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd3f000 commit 83c7934Copy full SHA for 83c7934
src/Functions/AbstractFunction.php
@@ -20,7 +20,7 @@ public function mysql()
20
* @return \Closure
21
* @throws \Exception
22
*/
23
- public function postgres()
+ public function pgsql()
24
{
25
throw new Exception('Postgres has not been implemented for this function.');
26
}
0 commit comments