Accessing itemTable on the interface yii\rbac\ManagerInterface suggest that you code against a concrete implementation. How about adding an instanceof check?
Loading history...
21
parent::init();
22
}
23
24
/**
25
* @inheritdoc
26
*/
27
public $dataFile = __DIR__ . '/data/auth_item.php';