call (AdminsTableSeeder::class); $this->call (FathersTableSeeder::class); $this->call (EmailActivationsTableSeeder::class); $this->call (ChildrenTableSeeder::class); $this->call (TelActivationsTableSeeder::class); $this->call (FatherRelationsTableSeeder::class); $this->call (MeetingsTableSeeder::class); $this->call (MeetingImagesTableSeeder::class); $this->call (MeetingChildrenTableSeeder::class); } }