coupon-admin/vendor/topthink/think-migration/phinx/src/Phinx/Seed/Seed.template.php.dist

20 lines
326 B
Plaintext
Raw Normal View History

2021-11-18 09:57:04 +00:00
<?php
use $useClassName;
class $className extends $baseClassName
{
/**
* 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()
{
}
}