mirror of
https://gitee.com/ulthon/ulthon_information.git
synced 2026-07-10 05:32:47 +08:00
fix: 移除未使用的 import,修正 PSR-12 空行
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace app\api\controller;
|
namespace app\api\controller;
|
||||||
|
|
||||||
use app\BaseController;
|
use app\BaseController;
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
use app\common\ColumnFormat;
|
use app\common\ColumnFormat;
|
||||||
use think\migration\Migrator;
|
use think\migration\Migrator;
|
||||||
use think\migration\db\Column;
|
|
||||||
|
|
||||||
class CreateTableApiKey extends Migrator
|
class CreateTableApiKey extends Migrator
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user