Your IP : 3.145.156.17


Current Path : /home/lentoinv/props/vendor/laravel/framework/src/Illuminate/Session/
Upload File :
Current File : /home/lentoinv/props/vendor/laravel/framework/src/Illuminate/Session/ExistenceAwareInterface.php

<?php

namespace Illuminate\Session;

interface ExistenceAwareInterface
{
    /**
     * Set the existence state for the session.
     *
     * @param  bool  $value
     * @return \SessionHandlerInterface
     */
    public function setExists($value);
}

?>