Skip to content

Commit

Permalink
コメントの修正
Browse files Browse the repository at this point in the history
  • Loading branch information
dovanhung committed Nov 1, 2023
1 parent 534e3c5 commit b60691f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/baser-core/src/Database/Migration/BcMigration.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ class BcMigration extends AbstractMigration
*/
public function table(string $tableName, array $options = []): Table
{
echo $tableName . ' ';
$prefix = BcUtil::getCurrentDbConfig()['prefix'];
return parent::table($prefix . $tableName);
}
Expand Down

0 comments on commit b60691f

Please sign in to comment.