call(ArtistTableSeeder::class); $this->call(AlbumTableSeeder::class); $this->call(SettingTableSeeder::class); Model::reguard(); } }