arogachev/yii2-many-to-many

PHP 7.2 compatibility

akorinek opened this issue · 0 comments

I get this error: Cannot use yii\base\Object as Object because 'Object' is a special class name
ManyToManyRelation.php line 7.

Object needs to be changed to BaseObject in the use line and the classdef line