2amigos / yii2-google-maps-library

Google Maps API library for Yii2
https://2amigos.us
BSD 3-Clause "New" or "Revised" License
106 stars 77 forks source link

Cannot use yii\base\Object as Object because 'Object' is a special class name #105

Open yaroslavolekh opened 6 years ago

yaroslavolekh commented 6 years ago

vendor/2amigos/yii2-google-maps-library/ObjectAbstract.php at line 10 vendor/2amigos/yii2-google-maps-library/PluginManager.php at line 23

Updating yiisoft/yii2 dev-master (6e46d30 => 02ac0f7) Updating 2amigos/yii2-google-maps-library dev-master (540fc44 => e5195bc):

yaroslavolekh commented 6 years ago

PHP Version 7.2.1

joester89 commented 6 years ago

Isn't the patch the wrong direction? BaseObject is replaced with Object while you are not allowed to use Object anymore...

yaroslavolekh commented 6 years ago

in 540fc44a72 used BaseObject but in the last d4d7ea50b85 changed to Object