[phpmyadmin/phpmyadmin] fce143: Change RecentFavoriteController to use redirection

Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: fce14344381701df4a8c8ade34885533c1148bae https://github.com/phpmyadmin/phpmyadmin/commit/fce14344381701df4a8c8ade3488... Author: Maurício Meneghini Fauth <mauricio@fauth.dev> Date: 2023-11-02 (Thu, 11 November 2023) -03:00 Changed paths: M phpstan-baseline.neon M resources/templates/recent_favorite_table_favorite.twig M resources/templates/recent_favorite_table_recent.twig M src/Controllers/AbstractController.php M src/Controllers/Table/RecentFavoriteController.php M test/classes/Controllers/Table/RecentFavoriteControllerTest.php Log Message: ----------- Change RecentFavoriteController to use redirection Removes the ContainerBuilder call Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev> Commit: fc0ec13a51986c2984be2dd54b29fa0002b8d470 https://github.com/phpmyadmin/phpmyadmin/commit/fc0ec13a51986c2984be2dd54b29... Author: Maurício Meneghini Fauth <mauricio@fauth.dev> Date: 2023-11-02 (Thu, 11 November 2023) -03:00 Changed paths: M phpstan-baseline.neon M resources/templates/recent_favorite_table_favorite.twig M resources/templates/recent_favorite_table_recent.twig M src/Controllers/AbstractController.php M src/Controllers/Table/RecentFavoriteController.php M test/classes/Controllers/Table/RecentFavoriteControllerTest.php Log Message: ----------- Merge pull request #18785 from MauricioFauth/recent-favorite-refactor Change RecentFavoriteController to use redirection
participants (1)
-
Maurício Meneghini Fauth