Files
breadcrumb-the-shire/pages/auth/logout().php
2026-02-23 12:58:19 +01:00

6 lines
133 B
PHP

<?php
use MintyPHP\Service\Auth\AuthServicesFactory;
(new AuthServicesFactory())->createAuthService()->logoutAndRedirect('login');