Skip to content

Commit

Permalink
ADd missing new-statement
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Feb 14, 2024
1 parent 9544516 commit dba2af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cas/Ticket/TicketFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public function createProxyGrantingTicket(array $content): array
*/
public function createProxyTicket(array $content): array
{
$randomUtils = Random();
$randomUtils = new Random();
$id = str_replace('_', 'PT-', $randomUtils->generateID());
$expiresAt = time() + $this->proxyTicketExpireTime;

Expand Down

0 comments on commit dba2af9

Please sign in to comment.