ok

Mini Shell

Direktori : /home2/selectio/public_html/a1tex.in/vendor/facade/flare-client-php/src/Context/
Upload File :
Current File : /home2/selectio/public_html/a1tex.in/vendor/facade/flare-client-php/src/Context/ConsoleContext.php

<?php

namespace Facade\FlareClient\Context;

class ConsoleContext implements ContextInterface
{
    /** @var array */
    private $arguments = [];

    public function __construct(array $arguments = [])
    {
        $this->arguments = $arguments;
    }

    public function toArray(): array
    {
        return [
            'arguments' => $this->arguments,
        ];
    }
}

Zerion Mini Shell 1.0