This commit is contained in:
2019-05-30 23:35:26 -05:00
parent 6e0e906369
commit 7e90cfd4fd

View File

@@ -83,6 +83,12 @@ class GetStructuresCommand extends Command
return null;
}
// Disable all caching by setting the NullCache as the
// preferred cache handler. By default, Eseye will use the
// FileCache.
$configuration = Configuration::getInstance();
$configuration->cache = NullCache::class;
//Setup the esi authentication container
$config = config('esi');
//Get the refresh token from the database