%PDF- %PDF-
Direktori : /var/www/html/o91-api/vendor/laravel/framework/src/Illuminate/Session/ |
Current File : /var/www/html/o91-api/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); }