| Total Complexity | 1 |
| Total Lines | 149 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 7 | class SmileyCodesSeed 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() |
||
| 158 |