From 31104d7f62797da4c7c98098ec6aeefbf45183b9 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Fri, 6 Dec 2019 22:19:19 -0600 Subject: [PATCH] results for blacklist search --- app/Http/Controllers/Blacklist/BlacklistController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Http/Controllers/Blacklist/BlacklistController.php b/app/Http/Controllers/Blacklist/BlacklistController.php index c2c96321b..f1f231e68 100644 --- a/app/Http/Controllers/Blacklist/BlacklistController.php +++ b/app/Http/Controllers/Blacklist/BlacklistController.php @@ -121,6 +121,7 @@ class BlacklistController extends Controller $blacklistReason = DB::table('alliance_blacklist')->where('reason', 'like', $request->paraemter . "%")->get(); $i = 0; + $blacklist = array(); foreach($blacklistName as $bl) { $blacklist[$i]->character_id = $bl->character_id; $blacklist[$i]->name = $bl->name;