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

store() public method

store.
public store ( ) : static
return static
    public function store()
    {
        if ($this->isLaravelSessionStart() === false) {
            return $this;
        }
        // if (isset($_SESSION['_tracy']) === true) {
        //     $this->sessionManager->set('_tracy', $this->compressor->compress($_SESSION['_tracy']));
        //     unset($_SESSION['_tracy']);
        // }
        return $this;
    }