Example #1
0
 /**
  * Get the response for a forbidden operation.
  *
  * @return \Illuminate\Http\Response
  */
 public function forbiddenResponse()
 {
     return \ResponseFractal::respondErrorForbidden();
 }