コード例 #1
0
ファイル: ApiController.php プロジェクト: ohiocms/core
 public function get($id)
 {
     return $this->teamUser->find($id) ?: $this->abort(404);
 }