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 bac8b40 commit 6ae54ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/DependencyInjection/ConfigurationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ 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 6ae54ef

Please sign in to comment.