This commit is contained in:
Jeremy Benoist
2022-12-13 10:26:51 +01:00
parent 498b205c53
commit de5b138a59
9 changed files with 10 additions and 10 deletions

View File

@ -14,7 +14,7 @@ use Wallabag\CoreBundle\Entity\Entry;
class PocketImport extends AbstractImport
{
const NB_ELEMENTS = 5000;
public const NB_ELEMENTS = 5000;
/**
* @var HttpMethodsClient
*/