create(); $this->call(AdminAccessSeeder::class); $this->call(ProductCategorySeeder::class); $this->call(ProductSeeder::class); $this->call(EmployeeSeeder::class); $this->call(ThanatopractitionerSeeder::class); $this->call(ClientSeeder::class); $this->call(ContactSeeder::class); $this->call(DeceasedSeeder::class); $this->call(InterventionSeeder::class); } }