call(DistrictsTableSeeder::class); $this->call(IconsTableSeeder::class); $this->call(MembersTableSeeder::class); $this->call(ModelHasPermissionsTableSeeder::class); $this->call(ModelHasRolesTableSeeder::class); $this->call(PermissionsTableSeeder::class); $this->call(PositionsTableSeeder::class); $this->call(RoleHasPermissionsTableSeeder::class); $this->call(RolesTableSeeder::class); $this->call(UsersTableSeeder::class); } }