large commit

This commit is contained in:
Omair Saleh
2019-10-05 13:09:26 +08:00
parent a20feebe0c
commit 0e5f2939e3
94 changed files with 1131 additions and 540 deletions
+2 -2
View File
@@ -20,7 +20,7 @@ class DatabaseSeeder extends Seeder
// $this->call(PackagesTableSeeder::class);
}
$this->call(PrimaryStepsTableSeeder::class);
$this->call(ModularStepsTableSeeder::class);
// $this->call(PrimaryStepsTableSeeder::class);
// $this->call(ModularStepsTableSeeder::class);
}
}