1
0
Fork 0
mirror of synced 2024-06-30 12:10:51 +12:00

Linter fix

This commit is contained in:
Matej Bačo 2022-08-24 18:59:34 +00:00
parent b1dfd94d49
commit 756d0bbd5b
2 changed files with 2 additions and 2 deletions

2
composer.lock generated
View file

@ -5383,5 +5383,5 @@
"platform-overrides": {
"php": "8.0"
},
"plugin-api-version": "2.3.0"
"plugin-api-version": "2.2.0"
}

View file

@ -23,4 +23,4 @@ class Buckets extends Base
{
parent::__construct('buckets', self::ALLOWED_ATTRIBUTES);
}
}
}