gmarche/vendor/robmorgan/phinx/src/Phinx/Seed/Seed.template.php.dist

20 lines
326 B
Plaintext

<?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()
{
}
}