App\Http\Requests\RegisterRequest::authorize PHP Method

authorize() public method

public authorize ( )
    public function authorize()
    {
        return true;
    }

Usage Example

コード例 #1
0
 /**
  * Determine if the user is authorized to make this request.
  *
  * @return bool
  */
 public function authorize()
 {
     return parent::authorize();
 }