Hacked By AnonymousFox

Current Path : /var/softaculous/sitepad/editor/site-data/plugins/kkart-pro/vendor/league/container/src/Argument/
Upload File :
Current File : //var/softaculous/sitepad/editor/site-data/plugins/kkart-pro/vendor/league/container/src/Argument/RawArgument.php

<?php declare(strict_types=1);

namespace Automattic\Kkart\Vendor\League\Container\Argument;

class RawArgument implements RawArgumentInterface
{
    /**
     * @var mixed
     */
    protected $value;

    /**
     * Construct.
     *
     * @param mixed $value
     */
    public function __construct($value)
    {
        $this->value = $value;
    }

    /**
     * {@inheritdoc}
     */
    public function getValue()
    {
        return $this->value;
    }
}

Hacked By AnonymousFox1.0, Coded By AnonymousFox