Recca0120\LaravelTracy\Session\StoreWrapper::restore PHP Метод

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

restore.
public restore ( ) : static
Результат static
    public function restore()
    {
        if ($this->isLaravelSessionStart() === false) {
            return $this;
        }
        // $_SESSION['_tracy'] = $this->compressor->decompress($this->sessionManager->get('_tracy', []));
        return $this;
    }