test controller
This commit is contained in:
@@ -12,7 +12,7 @@ class TestController extends Controller
|
|||||||
public function displayCharTest() {
|
public function displayCharTest() {
|
||||||
$lookup = new LookupHelper;
|
$lookup = new LookupHelper;
|
||||||
|
|
||||||
$char = $lookup->GetCharacterInfo(auth()->user()->getId());
|
$char = $lookup->GetCharacterInfo(93738489);
|
||||||
|
|
||||||
return view('test.char.display')->with('char', $char);
|
return view('test.char.display')->with('char', $char);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -121,8 +121,6 @@ class FinanceHelper {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function GetJournalPageCount($division, $charId) {
|
public function GetJournalPageCount($division, $charId) {
|
||||||
dd($charId);
|
|
||||||
|
|
||||||
//Declare class variables
|
//Declare class variables
|
||||||
$lookup = new LookupHelper;
|
$lookup = new LookupHelper;
|
||||||
$esiHelper = new Esi;
|
$esiHelper = new Esi;
|
||||||
|
|||||||
Reference in New Issue
Block a user