added authorize to form request abstract
This commit is contained in:
@ -6,16 +6,6 @@ use App\Abstracts\Http\FormRequest;
|
||||
|
||||
class Widget extends FormRequest
|
||||
{
|
||||
/**
|
||||
* Determine if the user is authorized to make this request.
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function authorize()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the validation rules that apply to the request.
|
||||
*
|
||||
|
Reference in New Issue
Block a user