migration
This commit is contained in:
@@ -51,9 +51,9 @@ class Test extends Command
|
|||||||
{
|
{
|
||||||
$helper = new FinanceHelper;
|
$helper = new FinanceHelper;
|
||||||
$config = config('esi');
|
$config = config('esi');
|
||||||
|
$startTime = now();
|
||||||
$receipt = $helper->GetApiWalletJournal(1, $config['primary']);
|
$receipt = $helper->GetApiWalletJournal(1, $config['primary']);
|
||||||
|
$endTime = now();
|
||||||
var_dump($receipt);
|
var_dump($endTime - $startTime);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user