Skip to content

Commit 9a06d13

Browse files
tpetrygithub-actions[bot]
authored andcommitted
style: fix styling
1 parent 1d34612 commit 9a06d13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Schema/Grammars/GrammarIndex.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ private function genericCompileCreateIndex(Blueprint $blueprint, Fluent $command
147147
// In case index parameters are provided the column needs to escaped correctly and the rest is provided
148148
// exactly as provided.
149149
$parts = explode(' ', $column, 2);
150-
$column = trim(sprintf('%s %s', $this->wrap($parts[0]), $parts[1] ?? ''));
150+
$column = trim(\sprintf('%s %s', $this->wrap($parts[0]), $parts[1] ?? ''));
151151

152152
return $column;
153153
}, $command['columns']);

0 commit comments

Comments
 (0)