mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-06 10:02:49 +08:00
修复seeder错误;删除第三方的think迁移工具,在extend中重新实现;
This commit is contained in:
13
extend/think/migration/NullOutput.php
Normal file
13
extend/think/migration/NullOutput.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace think\migration;
|
||||
|
||||
use think\console\Output;
|
||||
|
||||
class NullOutput extends Output
|
||||
{
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct('nothing');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user