Skip to content

Commit d9e9686

Browse files
committed
Return parentheses back to fix code style warning.
1 parent 2f2cf36 commit d9e9686

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)