| 1 | <?php |
||
| 7 | class SmiliesSeed extends AbstractSeed |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * Run Method. |
||
| 11 | * |
||
| 12 | * Write your database seeder using this method. |
||
| 13 | * |
||
| 14 | * More information on writing seeds is available here: |
||
| 15 | * http://docs.phinx.org/en/latest/seeding.html |
||
| 16 | * |
||
| 17 | * @return void |
||
| 18 | */ |
||
| 19 | public function run() |
||
| 112 | } |
||
| 113 | } |
||
| 114 |