some stan

This commit is contained in:
2025-10-23 00:15:55 +05:00
parent 85df3ec412
commit d8c340028c
10 changed files with 203 additions and 10 deletions

View File

@@ -11,7 +11,7 @@ namespace App\Modules\UserAdjustments\Traits;
* @property string $locale [default: tk]
* @property bool $password_must_be_changed [default: false]
* @property bool $must_fill_profile [default: false]
* @property null|array $options
* @property null|array<string, mixed> $options
*/
trait UserAdjustments
{