Sindbad~EG File Manager

Current Path : /home/escuelai/www/it/vendor/swaggest/json-diff/src/
Upload File :
Current File : /home/escuelai/www/it/vendor/swaggest/json-diff/src/ModifiedPathDiff.php

<?php


namespace Swaggest\JsonDiff;


class ModifiedPathDiff
{
    public function __construct($path, $original, $new)
    {
        $this->path = $path;
        $this->original = $original;
        $this->new = $new;
    }

    /**
     * @var string
     */
    public $path;

    /**
     * @var mixed
     */
    public $original;

    /**
     * @var mixed
     */
    public $new;
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists