]> git.agnieray.net Git - galette.git/commit - galette/includes/routes/main.routes.php
Migrate authentication routes to a controller class
authorJohan Cwiklinski <johan@x-tnd.be>
Fri, 1 May 2020 20:21:07 +0000 (22:21 +0200)
committerJohan Cwiklinski <johan@x-tnd.be>
Fri, 1 May 2020 21:08:50 +0000 (23:08 +0200)
commit7bde58870c6585c90112dd802aad293e9de38d8f
tree7bd4414a5369815273e21557dbf042ae931ed505
parent84d0af01e5d24e86cdfc155f9609f191de68df69
Migrate authentication routes to a controller class

Add abstract controller to rule them all
refs #1354
galette/includes/routes/authentication.routes.php
galette/includes/routes/main.routes.php
galette/lib/Galette/Controllers/AbstractController.php [new file with mode: 0644]
galette/lib/Galette/Controllers/AuthController.php [new file with mode: 0644]