Primo Committ
This commit is contained in:
14
vendor/laravel/framework/src/Illuminate/Session/ExistenceAwareInterface.php
vendored
Normal file
14
vendor/laravel/framework/src/Illuminate/Session/ExistenceAwareInterface.php
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace Illuminate\Session;
|
||||
|
||||
interface ExistenceAwareInterface
|
||||
{
|
||||
/**
|
||||
* Set the existence state for the session.
|
||||
*
|
||||
* @param bool $value
|
||||
* @return \SessionHandlerInterface
|
||||
*/
|
||||
public function setExists($value);
|
||||
}
|
||||
Reference in New Issue
Block a user