%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/o91-api/app/Http/Requests/Api/v1/Users/
Upload File :
Create Path :
Current File : /var/www/html/o91-api/app/Http/Requests/Api/v1/Users/UploadImageRequest.php

<?php

namespace App\Http\Requests\Api\v1\Users;

use App\Http\Requests\BaseRequest;

class UploadImageRequest extends BaseRequest
{
    /**
     * 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.
     *
     * @return array
     */
    public function rules()
    {
        return [
            'image' => 'required|string',
        ];
    }
}

Zerion Mini Shell 1.0