20 lines
326 B
Plaintext
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()
|
||
|
{
|
||
|
|
||
|
}
|
||
|
}
|