Skip to content

Commit 083827f

Browse files
Remove unnecessary Stringable interface. (#185)
* Remove unnecessary Stringable interface.
1 parent 10cf6d1 commit 083827f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ColumnSchemaBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ protected function buildUnsignedString(): string
1818
return $this->isUnsigned() ? ' UNSIGNED' : '';
1919
}
2020

21-
public function __toString(): string
21+
public function asString(): string
2222
{
2323
$format = match ($this->getTypeCategory()) {
2424
self::CATEGORY_PK => '{type}{check}{append}',

0 commit comments

Comments
 (0)