Skip to content

Commit

Permalink
deprecate tabler_logout route
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpapst committed Jul 5, 2024
1 parent ea81fee commit bac8b40
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion config/packages/tabler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ tabler:
routes:
tabler_welcome: home
tabler_login: login
tabler_logout: logout
tabler_login_check: login_check
tabler_registration: registration
tabler_registration_register: registration_register
Expand Down
1 change: 1 addition & 0 deletions src/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ private function getRouteAliasesConfig(): NodeDefinition
->scalarNode('tabler_logout')
->defaultValue('logout')
->info('name of the logout route')
->setDeprecated('kevinpapst/tabler-bundle', '1.5.0')
->end()
->scalarNode('tabler_login_check')
->defaultValue('login_check')
Expand Down
1 change: 0 additions & 1 deletion tests/DependencyInjection/ConfigurationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ protected function getDefaultConfig(): array
'routes' => [
'tabler_welcome' => 'home',
'tabler_login' => 'login',
'tabler_logout' => 'logout',
'tabler_login_check' => 'login_check',
'tabler_registration' => null,
'tabler_registration_register' => null,
Expand Down

0 comments on commit bac8b40

Please sign in to comment.