This commit is contained in:
2019-08-06 12:22:18 -05:00
parent d770a4866a
commit 4997560046

View File

@@ -106,6 +106,7 @@ class DashboardController extends Controller
if($altOpenCount > 0) {
//If the number of open requests is greater than zero, add to the open count
$openCount += $altOpenCount;
dd($openCount);
//Get the alt's open srp requests
$altOpen = SRPShip::where([
'character_id' => $alt->character_id,