yii2-rbac icon indicating copy to clipboard operation
yii2-rbac copied to clipboard

PHP Fatal Error – yii\base\ErrorException

Open pkjoshisbp opened this issue 5 years ago • 0 comments
trafficstars

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.

pkjoshisbp avatar Dec 02 '19 14:12 pkjoshisbp