diff --git a/app/Http/Controllers/Blacklist/BlacklistController.php b/app/Http/Controllers/Blacklist/BlacklistController.php index a7691c05b..c2c96321b 100644 --- a/app/Http/Controllers/Blacklist/BlacklistController.php +++ b/app/Http/Controllers/Blacklist/BlacklistController.php @@ -120,8 +120,6 @@ class BlacklistController extends Controller $blacklistAlt = DB::table('alliance_blacklist')->where('alts', 'like', $request->parameter . "%")->get(); $blacklistReason = DB::table('alliance_blacklist')->where('reason', 'like', $request->paraemter . "%")->get(); - $blacklist = new BlacklistUser; - $i = 0; foreach($blacklistName as $bl) { $blacklist[$i]->character_id = $bl->character_id;