call(PermissionSeeder::class); $this->call(RoleSeeder::class); $this->call(VideoSeeder::class); $this->call(AudioSeeder::class); $this->call(HashidsSeeder::class); $this->call(FeatureSeeder::class); } }