Yuri Koida
Results
1
issues of
Yuri Koida
Fix, please duplicate query Roles in EntrustUserTrait ``` protected $roles; //Big block of caching functionality. public function cachedRoles() { if ($this->roles instanceof Collection) return $this->roles; $userPrimaryKey = $this->primaryKey; $cacheKey =...