| Current Path : /var/www/html/eform/www/admin/dev-code/backend/Services/Session/ |
| Current File : /var/www/html/eform/www/admin/dev-code/backend/Services/Session/Session.php |
<?php
/*
* This file is part of the FileGator package.
*
* (c) Milos Stojanovic <alcalbg@gmail.com>
*
* For the full copyright and license information, please view the LICENSE file
*/
namespace Filegator\Services\Session;
use Symfony\Component\HttpFoundation\Session\Session as SymfonySession;
class Session extends SymfonySession
{
}