added authorize to form request abstract
This commit is contained in:
@ -32,4 +32,14 @@ abstract class FormRequest extends BaseFormRequest
|
||||
$offset
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* Determine if the user is authorized to make this request.
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function authorize()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user