voskobovich / yii2-linker-behavior

This behavior makes it easy to maintain many-to-many and one-to-many relations in your ActiveRecord models in Yii2.
Other
80 stars 19 forks source link

PHP 7.2 Support ? #18

Closed vitorarantes closed 6 years ago

vitorarantes commented 6 years ago

Upgraded the PHP version on my server to the 7.2, but now running into some issues, can you look into this please ?

 Cannot use yii\base\Object as Object because 'Object' is a special class name in /var/www/site/html/vendor/voskobovich/yii2-linker-behavior/src/updaters/BaseUpdater.php on line 8
<pre>PHP Compile Error &#039;yii\base\ErrorException&#039; with message &#039;Cannot use yii\base\Object as Object because &#039;Object&#039; is a special class name&#039;
voskobovich commented 6 years ago

Ok. Please, fix it on yor server and create pull request.
I will take it as soon as possible.

vitorarantes commented 6 years ago

I just created a pull request !