Update Composer packages

This commit is contained in:
Paul Nicoué 2023-06-01 16:54:20 +02:00
parent 76a5c7ea8b
commit 9252d9ce90
32 changed files with 906 additions and 114 deletions

View file

@ -21,6 +21,13 @@ class Items extends Collection
protected Field|null $field;
/**
* All registered items methods
*
* @var array
*/
public static $methods = [];
/**
* @var array
*/