1
0
mirror of https://github.com/flarum/core.git synced 2025-10-20 03:06:07 +02:00

rename TokenController to CreateTokenController

This commit is contained in:
Sajjad Hashemian
2018-06-06 09:40:29 +04:30
parent 3bf74eaf10
commit 22f2df3670
4 changed files with 7 additions and 7 deletions

View File

@@ -25,7 +25,7 @@ return function (RouteCollection $map, RouteHandlerFactory $route) {
$map->post(
'/token',
'token',
$route->toController(Controller\TokenController::class)
$route->toController(Controller\CreateTokenController::class)
);
// Send forgot password email