added authorize to form request abstract
This commit is contained in:
@ -3,20 +3,10 @@
|
||||
namespace App\Http\Requests\Banking;
|
||||
|
||||
use App\Abstracts\Http\FormRequest;
|
||||
use Date;
|
||||
use App\Utilities\Date;
|
||||
|
||||
class Transaction 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