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

cahge parent from Object to BaseObject for EAuth and ServiceBase #130

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

iMolodecGit
Copy link

Object is the base class that implements the property feature.
*

  • It has been replaced by [[BaseObject]] in version 2.0.13 because object has become a reserved word which can not be
  • used as class name in PHP 7.2.
  • Please refer to [[BaseObject]] for detailed documentation and to the
  • UPGRADE notes
  • on how to migrate your application to use [[BaseObject]] class to make your application compatible with PHP 7.2.

Link for source https://github.com/yiisoft/yii2/blob/master/framework/base/Object.php

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

Successfully merging this pull request may close these issues.

1 participant