Devise\Support\Sortable\Manager::writeCookie PHP Method

writeCookie() private method

private writeCookie ( $cookie ) : mixed
$cookie
return mixed
    private function writeCookie($cookie)
    {
        return $this->Session->put($this->key, $cookie);
    }