diff options
author | Thomas Citharel <tcit@tcit.fr> | 2017-04-29 19:39:51 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2017-05-02 15:28:39 +0200 |
commit | d01dc5a81e7fde37d98fe6b10b9329b53add5b6a (patch) | |
tree | 58e6c411f88cbb9521d3bd309ac6cead79ee20d4 /src | |
parent | a2daa32d0c6f71aa8553aed3c6ed58d7aa861baa (diff) | |
download | wallabag-d01dc5a81e7fde37d98fe6b10b9329b53add5b6a.tar.gz wallabag-d01dc5a81e7fde37d98fe6b10b9329b53add5b6a.tar.zst wallabag-d01dc5a81e7fde37d98fe6b10b9329b53add5b6a.zip |
rename index to list
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Diffstat (limited to 'src')
-rw-r--r-- | src/Wallabag/UserBundle/Controller/ManageController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/UserBundle/Controller/ManageController.php b/src/Wallabag/UserBundle/Controller/ManageController.php index 86fcd431..3ea773ee 100644 --- a/src/Wallabag/UserBundle/Controller/ManageController.php +++ b/src/Wallabag/UserBundle/Controller/ManageController.php | |||
@@ -22,7 +22,7 @@ class ManageController extends Controller | |||
22 | /** | 22 | /** |
23 | * Lists all User entities. | 23 | * Lists all User entities. |
24 | * | 24 | * |
25 | * @Route("/index/{page}", name="user_index") | 25 | * @Route("/list/{page}", name="user_index") |
26 | * @Method("GET") | 26 | * @Method("GET") |
27 | * | 27 | * |
28 | * @param int $page | 28 | * @param int $page |