コード例 #1
0
 public function authenticated()
 {
     $userId = Authorizer::getResourceOwnerId();
     return $this->service->find($userId);
 }
コード例 #2
0
 public function show($id)
 {
     return $this->service->find($id);
 }