Skip to content

Commit

Permalink
Remove ArrayColumnSchema::getColumnFactory()
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov committed Oct 7, 2024
1 parent a347dda commit 84e2b4a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Column/ArrayColumnSchema.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,10 @@

use Yiisoft\Db\Pgsql\ArrayParser;
use Yiisoft\Db\Schema\Column\ArrayColumnSchema as BaseArrayColumnSchema;
use Yiisoft\Db\Schema\Column\ColumnFactoryInterface;
use Yiisoft\Db\Syntax\ParserToArrayInterface;

final class ArrayColumnSchema extends BaseArrayColumnSchema
{
protected function getColumnFactory(): ColumnFactoryInterface
{
return new ColumnFactory();
}

protected function getParser(): ParserToArrayInterface
{
return new ArrayParser();
Expand Down

0 comments on commit 84e2b4a

Please sign in to comment.