Example #1
0
 public static function isSuperAdmin()
 {
     return Session::isOwner() || "SUPER_ADMIN" === Session::getUserRole();
 }