Use jetpack autoloader and composer instead of namespace rewrite

This commit is contained in:
David Stone
2025-02-02 01:22:03 -07:00
parent 1e02e42706
commit 71b0e7a455
3479 changed files with 4128 additions and 379511 deletions

View File

@ -14,8 +14,8 @@
namespace WP_Ultimo\SSO;
use \WP_Ultimo\Dependencies\Jasny\SSO\Server\SessionInterface;
use \WP_Ultimo\Dependencies\Jasny\SSO\ServerException;
use \Jasny\SSO\Server\SessionInterface;
use \Jasny\SSO\ServerException;
use \WP_Ultimo\SSO\Exception\SSO_Session_Exception;
// Exit if accessed directly