Use jetpack autoloader and composer instead of namespace rewrite
This commit is contained in:
@ -15,7 +15,7 @@ namespace WP_Ultimo\SSO;
|
||||
// Exit if accessed directly
|
||||
defined('ABSPATH') || exit;
|
||||
|
||||
use \WP_Ultimo\Dependencies\Jasny\SSO\Broker\Broker;
|
||||
use \Jasny\SSO\Broker\Broker;
|
||||
|
||||
/**
|
||||
* The SSO Broker implementation.
|
||||
|
Reference in New Issue
Block a user