Skip to content

Commit

Permalink
Fix namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Feb 14, 2024
1 parent e2353cc commit daee060
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion public/utility/validateTicket.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
use SimpleSAML\Logger;
use SimpleSAML\Module;
use SimpleSAML\Utils;
use SimpleSAML\XML\CAS\Constants as C;
use SimpleSAML\CAS\Constants as C;

require_once('urlUtils.php');

Expand Down
4 changes: 2 additions & 2 deletions src/Cas/Protocol/SamlValidateResponder.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

use SimpleSAML\Configuration;
use SimpleSAML\Module\casserver\Shib13\AuthnResponse;
use SimpleSAML\SOAP11\XML\env\Body;
use SimpleSAML\SOAP11\XML\env\Envelope;
use SimpleSAML\XML\Chunk;
use SimpleSAML\XML\DOMDocumentFactory;
use SimpleSAML\XML\SerializableElementInterface;
use SimpleSAML\XML\SOAP11\XML\env\Body;
use SimpleSAML\XML\SOAP11\XML\env\Envelope;

class SamlValidateResponder
{
Expand Down
2 changes: 1 addition & 1 deletion src/Cas/TicketValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use SimpleSAML\Module\casserver\Cas\CasException;
use SimpleSAML\Module\casserver\Cas\Ticket\TicketFactory;
use SimpleSAML\Module\casserver\Cas\Ticket\TicketStore;
use SimpleSAML\XML\CAS\Constants as C;
use SimpleSAML\CAS\Constants as C;

class TicketValidator
{
Expand Down

0 comments on commit daee060

Please sign in to comment.