call(\Illuminate\Database\Seeder\DistrictsTableSeeder::class); $this->call(\Illuminate\Database\Seeder\IconsTableSeeder::class); $this->call(\Illuminate\Database\Seeder\MembersTableSeeder::class); $this->call(\Illuminate\Database\Seeder\ModelHasPermissionsTableSeeder::class); $this->call(\Illuminate\Database\Seeder\ModelHasRolesTableSeeder::class); $this->call(\Illuminate\Database\Seeder\PermissionsTableSeeder::class); $this->call(\Illuminate\Database\Seeder\PositionsTableSeeder::class); $this->call(\Illuminate\Database\Seeder\RoleHasPermissionsTableSeeder::class); $this->call(\Illuminate\Database\Seeder\RolesTableSeeder::class); $this->call(\Illuminate\Database\Seeder\UsersTableSeeder::class); $this->call(AdvertsTableSeeder::class); $this->call(ArticleTagTableSeeder::class); $this->call(ArticlesTableSeeder::class); $this->call(CategoriesTableSeeder::class); $this->call(DistrictsTableSeeder::class); $this->call(IconsTableSeeder::class); $this->call(MembersTableSeeder::class); $this->call(MessagesTableSeeder::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(SitesTableSeeder::class); $this->call(TagsTableSeeder::class); $this->call(UsersTableSeeder::class); } }