lookup helper

This commit is contained in:
2019-12-11 21:57:38 -06:00
parent a1ced2ace6
commit c201578191
12 changed files with 26 additions and 26 deletions
@@ -13,7 +13,7 @@ use Carbon\Carbon;
use App\Models\Flex\FlexStructure;
//Library
use App\Library\Lookups\NewLookupHelper;
use App\Library\Lookups\LookupHelper;
use App\Library\Esi\Esi;
class FlexAdminController extends Controller
@@ -56,7 +56,7 @@ class FlexAdminController extends Controller
]);
//Delcare variables and classes
$lookup = new NewLookupHelper;
$lookup = new LookupHelper;
//From the character name find the character id
$charId = $lookup->CharacterNameToId($request->requestor_name);