예제 #1
0
파일: User.php 프로젝트: manudatta12/POC
 public function hasRole($role)
 {
     return parent::hasRole($role);
 }