JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr{ gilour

File "BaseFormRequest.php"

Full Path: /home/markqprx/iniasli.pro/Core/Exceptions/BaseFormRequest.php
File size: 192 bytes
MIME-type: text/x-php
Charset: utf-8

<?php namespace Common\Core;

use Illuminate\Foundation\Http\FormRequest;

class BaseFormRequest extends FormRequest
{
    public function authorize(): bool
    {
        return true;
    }
}