Moved CSRFP into the root namespace.

This commit is contained in:
flash 2024-07-31 20:54:55 +00:00
parent d3c7b8f496
commit 4806b35c6b
3 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
0.2407.312052
0.2407.312054

View file

@ -3,7 +3,7 @@
// Created: 2021-06-11
// Updated: 2024-07-31
namespace Index\Security;
namespace Index;
use Index\UriBase64;

View file

@ -7,7 +7,7 @@ declare(strict_types=1);
use PHPUnit\Framework\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
use Index\Security\CSRFP;
use Index\CSRFP;
#[CoversClass(CSRFP::class)]
final class CSRFPTest extends TestCase {