moon rental form
This commit is contained in:
@@ -82,8 +82,6 @@ class MiningTaxesController extends Controller
|
|||||||
$lookup = new LookupHelper;
|
$lookup = new LookupHelper;
|
||||||
$entityId = null;
|
$entityId = null;
|
||||||
|
|
||||||
dd($request->entity_type);
|
|
||||||
|
|
||||||
//From the name and type of the entity get the entity id.
|
//From the name and type of the entity get the entity id.
|
||||||
if($request->entity_type == 'Character') {
|
if($request->entity_type == 'Character') {
|
||||||
$entityId = $lookup->CharacterNameToId();
|
$entityId = $lookup->CharacterNameToId();
|
||||||
|
|||||||
Reference in New Issue
Block a user