Skip to content

Commit 9971238

Browse files
AdalbertMemSQLgithub-actions[bot]
authored andcommitted
Fix code styling
1 parent b62e08b commit 9971238

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Connect/Connection.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ protected function getDefaultQueryGrammar()
3636
if (method_exists($grammar, 'setConnection')) {
3737
$grammar->setConnection($this);
3838
}
39+
3940
return $this->withTablePrefix($grammar);
4041
}
4142

@@ -50,6 +51,7 @@ protected function getDefaultSchemaGrammar()
5051
if (method_exists($grammar, 'setConnection')) {
5152
$grammar->setConnection($this);
5253
}
54+
5355
return $this->withTablePrefix($grammar);
5456
}
5557

0 commit comments

Comments
 (0)