call(PermissionSeeder::class); $this->call(RoleSeeder::class); $this->call(UserSeeder::class); $this->call(ContactSeeder::class); $this->call(LocationSeeder::class); } }