App\Libraries\ImageProcessorService::__construct PHP Метод

__construct() публичный Метод

public __construct ( $workingFolder = null, $endpoint = null )
    public function __construct($workingFolder = null, $endpoint = null)
    {
        $this->workingFolder = $workingFolder ?? sys_get_temp_dir();
        $this->endpoint = $endpoint ?? config('osu.beatmap_processor.thumbnailer');
    }