call(CategorySeeder::class); $this->call(VerifyUserSeeder::class); $this->call(VideoTableSeeder::class); $this->call(PermissionSeeder::class); $this->call(RoleSeeder::class); $this->call(FilterSeeder::class); Model::reguard(); } }