From f38372f9efff53944c6cb91c1f4f21c47c11873c Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Thu, 6 Dec 2018 18:23:03 -0600 Subject: [PATCH] console command --- app/Library/FinanceHelper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Library/FinanceHelper.php b/app/Library/FinanceHelper.php index 2896068c8..9204f3bb3 100644 --- a/app/Library/FinanceHelper.php +++ b/app/Library/FinanceHelper.php @@ -92,7 +92,7 @@ class FinanceHelper { $corpId = $this->GetCharCorp($charId); //Disable all caching by setting the NullCache as the preferred cache handler. - $configuraiton = Configuration::getInstance(); + $configuration = Configuration::getInstance(); $configuration->cache = NullCache::class; //Create an ESI authentication container