Recca0120\LaravelTracy\Session\StoreWrapper::restore PHP Method

restore() public method

restore.
public restore ( ) : static
return static
    public function restore()
    {
        if ($this->isLaravelSessionStart() === false) {
            return $this;
        }
        // $_SESSION['_tracy'] = $this->compressor->decompress($this->sessionManager->get('_tracy', []));
        return $this;
    }