Skip to content

Commit ddaa86a

Browse files
antonkomarevgrimzy
authored andcommitted
Return parentheses back to fix code style warning.
(cherry picked from commit d9e9686)
1 parent 86e46ed commit ddaa86a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MysqlConnection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function __construct($pdo, $database = '', $tablePrefix = '', array $conf
3939
*/
4040
protected function getDefaultSchemaGrammar()
4141
{
42-
return $this->withTablePrefix(new MySqlGrammar);
42+
return $this->withTablePrefix(new MySqlGrammar());
4343
}
4444

4545
/**

0 commit comments

Comments
 (0)