Skip to content

Commit 058c6be

Browse files
committed
move route authenticate to mvc5
1 parent bf6e468 commit 058c6be

File tree

2 files changed

+0
-56
lines changed

2 files changed

+0
-56
lines changed

config/service.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@
4949

5050
'about/more/messages' => new About\More\Messages\ViewModel(['more' => ' ...']),
5151

52-
'route\match\authenticate' => Login\Route\Authenticate::class,
53-
5452
] + (include __DIR__ . '/../vendor/mvc5/view/config/service.php')
5553
+ (include __DIR__ . '/../vendor/mvc5/http-message/config/service.php')
5654
+ include __DIR__ . '/../vendor/mvc5/mvc5/config/service.php';

src/Login/Route/Authenticate.php

Lines changed: 0 additions & 54 deletions
This file was deleted.

0 commit comments

Comments
 (0)