Skip to content

Commit ab8b39d

Browse files
committed
Add missing trait dependency
1 parent 05ea8a8 commit ab8b39d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Controller/LoginController.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
use SimpleSAML\Module\casserver\Cas\Protocol\SamlValidateResponder;
1818
use SimpleSAML\Module\casserver\Cas\ServiceValidator;
1919
use SimpleSAML\Module\casserver\Cas\Ticket\TicketStore;
20+
use SimpleSAML\Module\casserver\Controller\Traits\TicketValidatorTrait;
2021
use SimpleSAML\Module\casserver\Controller\Traits\UrlTrait;
2122
use SimpleSAML\Module\casserver\Http\XmlResponse;
2223
use SimpleSAML\Session;
@@ -30,6 +31,7 @@
3031
class LoginController
3132
{
3233
use UrlTrait;
34+
use TicketValidatorTrait;
3335

3436
/** @var Logger */
3537
protected Logger $logger;

0 commit comments

Comments
 (0)