Skip to content

Commit

Permalink
Add Abstract prefix for class TableSchema (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
darkdef committed Feb 24, 2023
1 parent 4681105 commit ec2b314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TableSchema.php
Expand Up @@ -4,7 +4,7 @@

namespace Yiisoft\Db\Mysql;

use Yiisoft\Db\Schema\TableSchema as AbstractTableSchema;
use Yiisoft\Db\Schema\AbstractTableSchema;

/**
* The class TableSchema represents the metadata of a database table.
Expand Down

0 comments on commit ec2b314

Please sign in to comment.