| Conditions | 1 |
| Paths | 1 |
| Total Lines | 12 |
| Code Lines | 10 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 25 | public function run() |
||
| 26 | { |
||
| 27 | $this->call(EnrollmentPermissionSeeder::class); |
||
| 28 | $this->call(EnrollmentsTableSeeder::class); |
||
| 29 | $this->call(ClassroomsTableSeeder::class); |
||
| 30 | $this->call(CoursesTableSeeder::class); |
||
| 31 | $this->call(EnrollmentStudySubmodulesTableSeeder::class); |
||
| 32 | $this->call(PeopleTableSeeder::class); |
||
| 33 | $this->call(ModulesTableSeeder::class); |
||
| 34 | $this->call(SubmodulesTableSeeder::class); |
||
| 35 | $this->call(StudiesTableSeeder::class); |
||
| 36 | } |
||
| 37 | } |
||
| 38 |