moon rental form

This commit is contained in:
2021-07-10 21:48:28 -05:00
parent f77e6874d0
commit 57d9d4b99b

View File

@@ -82,8 +82,6 @@ class MiningTaxesController extends Controller
$lookup = new LookupHelper;
$entityId = null;
dd($request->entity_type);
//From the name and type of the entity get the entity id.
if($request->entity_type == 'Character') {
$entityId = $lookup->CharacterNameToId();