yii2mod / yii2-rbac

RBAC Manager for Yii 2
MIT License
143 stars 58 forks source link

PHP Fatal Error – yii\base\ErrorException #37

Open pkjoshisbp opened 4 years ago

pkjoshisbp commented 4 years ago

Maximum execution time of 600 seconds exceeded public function getUniqueId() { return $this->module ? ltrim($this->module->getUniqueId() . '/' . $this->id, '/') : $this->id; }

I am getting timeout error while accessing /rbac/route on above function, how I can correct this. In my permission/assignment I don't see all the controller/action or routes listed.