Upgrade to PHP 8.2.
This commit is contained in:
parent
24d61cc60e
commit
2e49940260
2 changed files with 8 additions and 1 deletions
|
@ -2,6 +2,6 @@
|
||||||
> Misuzu can and will steal your lunch money.
|
> Misuzu can and will steal your lunch money.
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
- PHP 8.1
|
- PHP 8.2
|
||||||
- MariaDB 10.6
|
- MariaDB 10.6
|
||||||
- [Composer](https://getcomposer.org/)
|
- [Composer](https://getcomposer.org/)
|
||||||
|
|
|
@ -9,6 +9,13 @@ class ProfileField {
|
||||||
public $user_id;
|
public $user_id;
|
||||||
public $field_regex;
|
public $field_regex;
|
||||||
public $field_value;
|
public $field_value;
|
||||||
|
public $field_order;
|
||||||
|
public $field_key;
|
||||||
|
public $field_title;
|
||||||
|
public $format_id;
|
||||||
|
public $format_regex;
|
||||||
|
public $format_link;
|
||||||
|
public $format_display;
|
||||||
|
|
||||||
public static function createField(
|
public static function createField(
|
||||||
string $fieldKey,
|
string $fieldKey,
|
||||||
|
|
Reference in a new issue