This commit is contained in:
2019-06-30 01:37:16 -05:00
parent 21d14a0ecd
commit 6c220b5de5

View File

@@ -35,7 +35,7 @@ class SRPController extends Controller
]); ]);
//See if the FC Name ties to a user on the services site //See if the FC Name ties to a user on the services site
$fcId = User::where(['name' => $request->fc])->get(['character_id']); $fcId = User::where(['name' => $request->FC])->get(['character_id']);
dd($fcId); dd($fcId);
//Take the loss value and remove ' ISK' from it. Convert the string to a number //Take the loss value and remove ' ISK' from it. Convert the string to a number
$lossValue = str_replace(' ISK', '', $request->LossValue); $lossValue = str_replace(' ISK', '', $request->LossValue);