新增用户seed

This commit is contained in:
wuyanwen 2019-12-14 15:57:15 +08:00
parent d27b7442d8
commit 6ac0562470

View File

@ -2,7 +2,7 @@
use think\migration\Seeder; use think\migration\Seeder;
class Users extends Seeder class UsersSeed extends Seeder
{ {
/** /**
* Run Method. * Run Method.