diff --git a/app/Http/Controllers/SRP/SRPController.php b/app/Http/Controllers/SRP/SRPController.php index 76749057b..3260996d6 100644 --- a/app/Http/Controllers/SRP/SRPController.php +++ b/app/Http/Controllers/SRP/SRPController.php @@ -36,7 +36,7 @@ class SRPController extends Controller //See if the FC Name ties to a user on the services site $fcId = User::where(['name' => $request->fc])->get(['character_id']); - + dd($fcId); //Take the loss value and remove ' ISK' from it. Convert the string to a number $lossValue = str_replace(' ISK', '', $request->LossValue); $lossValue = str_replace(',', '', $lossValue); diff --git a/app/Models/SRP/SrpFleetType.php b/app/Models/SRP/SrpFleetType.php new file mode 100644 index 000000000..cfa671fff --- /dev/null +++ b/app/Models/SRP/SrpFleetType.php @@ -0,0 +1,10 @@ +