Eusonlito\LaravelMeta\Meta::__construct PHP Метод

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

public __construct ( array $config = [] ) : this
$config array
Результат this
    public function __construct($config = [])
    {
        if ($config) {
            $this->setConfig($config);
        }
        return $this;
    }