fix: 移除未使用的 import,修正 PSR-12 空行

This commit is contained in:
augushong
2026-04-27 00:45:26 +08:00
parent dc116a1c77
commit 004f4454f4
2 changed files with 1 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
<?php
namespace app\api\controller;
use app\BaseController;

View File

@@ -2,7 +2,6 @@
use app\common\ColumnFormat;
use think\migration\Migrator;
use think\migration\db\Column;
class CreateTableApiKey extends Migrator
{