testing
This commit is contained in:
@@ -83,6 +83,12 @@ class GetStructuresCommand extends Command
|
|||||||
return null;
|
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
|
//Setup the esi authentication container
|
||||||
$config = config('esi');
|
$config = config('esi');
|
||||||
//Get the refresh token from the database
|
//Get the refresh token from the database
|
||||||
|
|||||||
Reference in New Issue
Block a user