Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamic properties are deprecated #78

Open
ezitisitis opened this issue Apr 13, 2023 · 1 comment
Open

Dynamic properties are deprecated #78

ezitisitis opened this issue Apr 13, 2023 · 1 comment

Comments

@ezitisitis
Copy link

Error in logs:

PHP Deprecated:  Creation of dynamic property Webpatser\Uuid\Uuid::$bytes is deprecated in [filtered]/vendor/webpatser/laravel-uuid/src/Webpatser/Uuid/Uuid.php on line 127
PHP Deprecated:  Creation of dynamic property Webpatser\Uuid\Uuid::$string is deprecated in [filtered]/vendor/webpatser/laravel-uuid/src/Webpatser/Uuid/Uuid.php on line 130
PHP Deprecated:  Creation of dynamic property Webpatser\Uuid\Uuid::$uuid_ordered is deprecated in [filtered]/vendor/webpatser/laravel-uuid/src/Webpatser/Uuid/Uuid.php on line 137

Some info from php.net: https://www.php.net/manual/en/migration82.deprecated.php

Package version: "webpatser/laravel-uuid": "^4.0"

PHP:

$ php -v
PHP 8.2.4 (cli) (built: Mar 16 2023 14:34:00) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.2.4, Copyright (c) Zend Technologies
    with Zend OPcache v8.2.4, Copyright (c), by Zend Technologies
@jahir
Copy link

jahir commented May 19, 2023

Duplicate of #77
Don't know why this did not get merged. The change is simple and clean.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants