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 2f2cf36 commit d9e9686Copy full SHA for d9e9686
src/MysqlConnection.php
@@ -39,7 +39,7 @@ public function __construct($pdo, $database = '', $tablePrefix = '', array $conf
39
*/
40
protected function getDefaultSchemaGrammar()
41
{
42
- return $this->withTablePrefix(new MySqlGrammar);
+ return $this->withTablePrefix(new MySqlGrammar());
43
}
44
45
/**
0 commit comments