JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "ExistenceAwareInterface.php"
Full Path: /home/u743136113/domains/arvi.seezify.com/public_html/vendor/laravel/framework/src/Illuminate/Session/ExistenceAwareInterface.php
File size: 254 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Illuminate\Session;
interface ExistenceAwareInterface
{
/**
* Set the existence state for the session.
*
* @param bool $value
* @return \SessionHandlerInterface
*/
public function setExists($value);
}