新增stubs

This commit is contained in:
wuyanwen
2020-01-21 16:59:40 +08:00
parent b06a5300cb
commit ef545b8732
4 changed files with 72 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<?php
use think\migration\Seeder;
class SeederClass extends Seeder
{
/**
* Run Method.
*
* Write your database seeder using this method.
*
* More information on writing seeders is available here:
* http://docs.phinx.org/en/latest/seeding.html
*/
public function run()
{
}
}