* * 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 { }