Skip to content

Commit f5e173d

Browse files
committed
update the product name
1 parent b00756a commit f5e173d

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PHPMentorsRouteBasedSessionConfigurationBundle
1+
# RouteBasedSessionConfigurationBundle
22

33
A Symfony bundle for session configuration based on route configuration
44

src/DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright (c) KUBO Atsuhiro <kubo@iteman.jp>,
44
* All rights reserved.
55
*
6-
* This file is part of PHPMentorsRouteBasedSessionConfigurationBundle.
6+
* This file is part of RouteBasedSessionConfigurationBundle.
77
*
88
* This program and the accompanying materials are made available under
99
* the terms of the BSD 2-Clause License which accompanies this

src/DependencyInjection/PHPMentorsRouteBasedSessionConfigurationExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright (c) KUBO Atsuhiro <kubo@iteman.jp>,
44
* All rights reserved.
55
*
6-
* This file is part of PHPMentorsRouteBasedSessionConfigurationBundle.
6+
* This file is part of RouteBasedSessionConfigurationBundle.
77
*
88
* This program and the accompanying materials are made available under
99
* the terms of the BSD 2-Clause License which accompanies this

src/EventListener/SessionConfigurationListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright (c) KUBO Atsuhiro <kubo@iteman.jp>,
44
* All rights reserved.
55
*
6-
* This file is part of PHPMentorsRouteBasedSessionConfigurationBundle.
6+
* This file is part of RouteBasedSessionConfigurationBundle.
77
*
88
* This program and the accompanying materials are made available under
99
* the terms of the BSD 2-Clause License which accompanies this

src/PHPMentorsRouteBasedSessionConfigurationBundle.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright (c) KUBO Atsuhiro <kubo@iteman.jp>,
44
* All rights reserved.
55
*
6-
* This file is part of PHPMentorsRouteBasedSessionConfigurationBundle.
6+
* This file is part of RouteBasedSessionConfigurationBundle.
77
*
88
* This program and the accompanying materials are made available under
99
* the terms of the BSD 2-Clause License which accompanies this
@@ -15,7 +15,7 @@
1515
use PHPMentors\RouteBasedSessionConfigurationBundle\DependencyInjection\PHPMentorsRouteBasedSessionConfigurationExtension;
1616
use Symfony\Component\HttpKernel\Bundle\Bundle;
1717

18-
class PHPMentorsRouteBasedSessionConfigurationBundle extends Bundle
18+
class RouteBasedSessionConfigurationBundle extends Bundle
1919
{
2020
/**
2121
* {@inheritdoc}

0 commit comments

Comments
 (0)