From 2e49940260e67b7da84559f4eec89250a85030fc Mon Sep 17 00:00:00 2001 From: flashwave Date: Wed, 19 Jul 2023 19:10:20 +0000 Subject: [PATCH] Upgrade to PHP 8.2. --- README.md | 2 +- src/Users/ProfileField.php | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b571c1b..845cdba 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,6 @@ > Misuzu can and will steal your lunch money. ## Requirements - - PHP 8.1 + - PHP 8.2 - MariaDB 10.6 - [Composer](https://getcomposer.org/) diff --git a/src/Users/ProfileField.php b/src/Users/ProfileField.php index 9305381..f99c28a 100644 --- a/src/Users/ProfileField.php +++ b/src/Users/ProfileField.php @@ -9,6 +9,13 @@ class ProfileField { public $user_id; public $field_regex; 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( string $fieldKey,