Fix repository indexing.

This commit is contained in:
2023-05-22 15:06:43 +02:00
parent 407a8aa345
commit 0d5597e37f
7 changed files with 81 additions and 77 deletions

View File

@@ -69,6 +69,14 @@ class Power implements PowerInterface
**/
public array $superpowers = [];
/**
* Old super powers found in the local repos
*
* @var array
* @since 3.2.0
**/
public array $old_superpowers = [];
/**
* The url to the power, if there is an error.
*