File "ExistenceAwareInterface-20250317085305.php"

Full Path: /home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/vendor/laravel/framework/src/Illuminate/Session/ExistenceAwareInterface-20250317085305.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);
}